불필한 const varname -> string 대체 제거.

필요할 곳은 나중에 처리하는 것으로.
This commit is contained in:
2018-03-19 22:26:07 +09:00
parent c44b836e3e
commit 280e81250c
17 changed files with 46 additions and 96 deletions
-8
View File
@@ -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');