X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=admin.php;fp=admin.php;h=b69cc9d0348ca1ecb660ee321ee8657dfec14607;hp=02a56453acac3186e2d1eb2d6f6a75d6f85a04bd;hb=57511b4efd7402ef58de66ac1fe2c01ed1b1d7b5;hpb=cbcf49abc26fb050cadf77d8acedfd844ff94dbe diff --git a/admin.php b/admin.php index 02a5645..b69cc9d 100644 --- a/admin.php +++ b/admin.php @@ -2,8 +2,9 @@ /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD license. */ -require ("./inc/settings.php"); -require ("./inc/db/mysql.php"); +require_once ("./inc/settings.php"); +require_once ("./inc/db/mysql.php"); +require_once ("./inc/utils.php"); $error = false; try { @@ -59,7 +60,7 @@ if (!$usrtblexists || !$itemstblexists) {