瀏覽代碼

This site does not support logging.

tags/rls1
kenn408k 6 年之前
父節點
當前提交
177a032cca
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      index.php

+ 3
- 2
index.php 查看文件

32
 
32
 
33
 /*
33
 /*
34
  * Perform LOG procedure to all page calls, unless debug mode is enabled.
34
  * Perform LOG procedure to all page calls, unless debug mode is enabled.
35
- */
35
+ 
36
 if (Config::$debug == false) {
36
 if (Config::$debug == false) {
37
     Log::writeLog("1", $_SESSION['user'], "Visited page $page");
37
     Log::writeLog("1", $_SESSION['user'], "Visited page $page");
38
-}
38
+}
39
+ */

Loading…
取消
儲存