불필한 const varname -> string 대체 제거.
필요할 곳은 나중에 처리하는 것으로.
This commit is contained in:
@@ -29,13 +29,6 @@ define('F_FUNC', 'f_func');
|
||||
|
||||
define('JS', '.js');
|
||||
define('CSS', '.css');
|
||||
define('PHP', '.php');
|
||||
define('FRAME', 'Frame.php');
|
||||
define('STYLE', 'Style.css');
|
||||
define('ACTION', 'Action.js');
|
||||
//define('POST', 'Post.php');
|
||||
//define('GET', 'Get.php');
|
||||
define('INC', 'Inc.php');
|
||||
|
||||
define('APP', 'app');
|
||||
define('FUNC', 'func');
|
||||
@@ -43,7 +36,6 @@ define('DB', 'DB');
|
||||
define('SESSION', 'SESSION');
|
||||
define('CONFIG', 'config');
|
||||
define('SETTING', 'SETTING');
|
||||
define('RETRIVAL', 'retrival');
|
||||
define('INSTALL', 'install');
|
||||
|
||||
define('SLEEP', 'sleep');
|
||||
|
||||
Reference in New Issue
Block a user