불필한 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
+2 -2
View File
@@ -3,8 +3,8 @@ require_once('_common.php');
?>
<script type="text/javascript">
ImportStyle("<?=ROOT;?>"+W+I+ENTRANCE+W+MEMBER+W+STYLE);
ImportAction("<?=ROOT;?>"+W+I+ENTRANCE+W+MEMBER+W+ACTION);
ImportStyle("<?=ROOT;?>/i_entrance/member/Style.css");
ImportAction("<?=ROOT;?>/i_entrance/member/Action.js");
EntranceMember_Import();
EntranceMember_Init();
</script>