서버 관리 패널 일부 수정

This commit is contained in:
2018-03-19 02:52:50 +09:00
parent efa6cc2889
commit e483fe93a4
10 changed files with 109 additions and 132 deletions
-2
View File
@@ -7,8 +7,6 @@ class _Setting {
private $exist = false;
public function __construct($basepath) {
$basepath = realpath($basepath);
$this->basepath = $basepath;
$this->settingFile = realpath($basepath.'/d_setting/conf.php');