toInt를 더 튼튼하게 개선. ROOT가 지정되었으므로 강제 지정하는 코드 해제
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
namespace sammo;
|
||||
|
||||
if(!defined('ROOT')){
|
||||
define('ROOT', '../..');
|
||||
}
|
||||
|
||||
class AppConf{
|
||||
private static $serverList = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user