DFiNE 6 лет назад
Родитель
Сommit
6d9ecfe67b
1 измененных файлов: 0 добавлений и 19 удалений
  1. 0
    19
      classes/config.class.php

+ 0
- 19
classes/config.class.php Просмотреть файл

@@ -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
-}

Загрузка…
Отмена
Сохранить