소스 검색

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,7 +4,7 @@ class Config {
4 4
 
5 5
     /** Site Settings */
6 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 8
     public static $closed = false; // If set to true, the site wont load. Useful when not using login.
9 9
 
10 10
     /** MySQL settings */

Loading…
취소
저장