|
|
@@ -1,19 +0,0 @@
|
|
1
|
|
-<?php
|
|
2
|
|
-
|
|
3
|
|
-class Config {
|
|
4
|
|
-
|
|
5
|
|
- /** Site Settings */
|
|
6
|
|
- public static $sys_url = "https://aspit.dfine.net/odensetrack/"; //Website URL WITH tailing slash
|
|
7
|
|
- public static $debug = true; // Public debug flag
|
|
8
|
|
- public static $closed = false; // If set to true, the site wont load. Useful when not using login.
|
|
9
|
|
-
|
|
10
|
|
- /** MySQL settings */
|
|
11
|
|
- public static $mysql_host = "127.0.0.1";
|
|
12
|
|
- public static $mysql_user = "aspit";
|
|
13
|
|
- public static $mysql_pass = "Sist1hg2!";
|
|
14
|
|
- public static $mysql_db = "aspit";
|
|
15
|
|
-
|
|
16
|
|
- /** Extended database settings */
|
|
17
|
|
- public static $db_tableusers = "users";
|
|
18
|
|
-
|
|
19
|
|
-}
|