-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
35 lines (24 loc) · 1.12 KB
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
$DB_CONCFIG = array(
'host' => 'localhost',
'user' => 'root',
'password' => 'gu#gong9',
'database' => 'cnballet',
);
define('ACTOR_RES', '/../attachment/img/actor/');
define('ACTOR_RES_THUMB', '/../attachment/img/actor/thumbnail/');
define('RPT_RES', '/../attachment/img/repertory/');
define('RPT_RES_THUMB', '/../attachment/img/repertory/thumbnail/');
define('SCHE_RES', '/../attachment/img/sche/');
define('SCHE_RES_THUMB', '/../attachment/img/sche/thumbnail/');
define('NEWS_RES', '/../attachment/img/news/');
define('NEWS_RES_THUMB', '/../attachment/img/news/thumbnail/');
define('PFM_RES', '/../attachment/img/performance/');
define('PFM_RES_THUMB', '/../attachment/img/performance/thumbnail/');
define('TRP_RES', '/../attachment/img/troupe/');
define('TRP_RES_THUMB', '/../attachment/img/troupe/thumbnail/');
define('VIDEO_IMG_RES', '/../attachment/img/video/');
define('VIDEO_IMG_RES_THUMB', '/../attachment/img/video/thumbnail/');
define('PUSH_RES', '/../attachment/img/push/');
define('PUSH_RES_THUMB', '/../attachment/img/push/thumbnail/');
define('VIDEO_RES', '/../attachment/video/');