Initial commit
[2ch-be.git] / dev-test / config.php
blobc39a5f5e87bdbfc2b2d1f8f5204d28ba575d70f2
1 <?php
2 date_default_timezone_set("Asia/Tokyo");
4 $livesitePath = "http" . (isset($_SERVER['HTTPS']) ? 's' : '')."://".$_SERVER['HTTP_HOST']."/dev-test/";
5 $livesitePath2 = "http" . (isset($_SERVER['HTTPS']) ? 's' : '')."://".$_SERVER['HTTP_HOST'];
6 define('KEY', "KungAnoAnoLang123456789");
7 define('DB_PATH', "/home/db/");
8 define('FORGOT', "0._{_forgot_}_.0");
10 //error_reporting(E_ALL); ini_set("display_errors", 1);
11 define('MDB_PATH', '/home/mdb/');
12 define('ADBD_PATH', '/home/adb/');
13 define('UDB_PATH', '/home/udb/');
14 include('/home/auth/public_html/include/messaging.class.php');
15 $id_mail_path = "/home/db/idlist.log";
16 $plimit_path = "/home/plimit/";
17 $plimit_hpath = "/home/hlimit/";