불필요한 func_install.php 제거

This commit is contained in:
2018-03-31 13:53:21 +09:00
parent 4550754208
commit 8abe3bf638
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -1,7 +0,0 @@
<?php
/**
* ../scenario/scenario_$scenarioIdx.json에 구성에 따라 동적 지도를 보여주는 코드
*/
function getScenarioMap(int $scenarioIdx){
}
-1
View File
@@ -3,7 +3,6 @@ namespace sammo;
require(__DIR__.'/../f_func/config.php');
require('func_install.php');
$session = Session::requireLogin();