상수 선언 및 테스트

This commit is contained in:
gnuboard
2013-02-07 19:38:03 +09:00
parent a309faf642
commit 39f71bc5b1
2 changed files with 62 additions and 2 deletions

View File

@ -5,6 +5,12 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
define("G4_SHOP_INDEX", TRUE);
$sum = 0;
for ($i=1; $i<=30; $i++) {
$sum += constant('G4_TYPE'.$i);
}
echo $sum;
$g4['title'] = $default['de_admin_company_name'];
include_once('./_head.php');
?>