f_config/app.php 삭제, AppConf 클래스로 통합
This commit is contained in:
@@ -6,7 +6,7 @@ class Setting {
|
||||
private $settingFile;
|
||||
private $exist = false;
|
||||
|
||||
public function __construct($basepath) {
|
||||
public function __construct($basepath = __DIR__.'/../..') {
|
||||
$this->basepath = $basepath;
|
||||
$this->settingFile = realpath($basepath.'/d_setting/conf.php');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user