Procházet zdrojové kódy

This site does not support logging.

tags/rls1
kenn408k před 6 roky
rodič
revize
177a032cca
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3
    2
      index.php

+ 3
- 2
index.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit