浏览代码

Update 'classes/config.class.php'

tags/rls1
Kenneth Hedahl 6 年前
父节点
当前提交
313c1e0409
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      classes/config.class.php

+ 1
- 1
classes/config.class.php 查看文件

4
 
4
 
5
     /** Site Settings */
5
     /** Site Settings */
6
     public static $sys_url = "https://aspit.dfine.net/odensetrack/"; //Website URL WITH tailing slash
6
     public static $sys_url = "https://aspit.dfine.net/odensetrack/"; //Website URL WITH tailing slash
7
-    public static $debug = true; // Public debug flag
7
+    public static $debug = false; // Public debug flag
8
     public static $closed = false; // If set to true, the site wont load. Useful when not using login.
8
     public static $closed = false; // If set to true, the site wont load. Useful when not using login.
9
 
9
 
10
     /** MySQL settings */
10
     /** MySQL settings */

正在加载...
取消
保存