composer 사용으로 날려먹은 util 단축을 살림.

This commit is contained in:
2018-01-29 21:55:38 +09:00
parent a78d93f282
commit 20593b0e44
14 changed files with 36 additions and 5 deletions
+2
View File
@@ -2,6 +2,8 @@
include "lib.php";
include "func.php";
use utilphp\util as util;
$turnterm = util::array_get($_POST['turnterm'],'0');
$sync = util::array_get($_POST['sync'],'0');
$scenario = util::array_get($_POST['scenario'],'0');