ソースを参照

Merge origin/master

tags/1week
kenn408k 6年前
コミット
c16d83319f
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
-}

読み込み中…
キャンセル
保存