Changed require() to require_once() in agc directory PHP scripts

git-svn-id: svn://192.168.202.10@2016 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2013-08-22 11:05:10 +00:00
parent b6e8f5b524
commit 43e7797095
22 changed files with 47 additions and 46 deletions
+2 -2
View File
@@ -35,8 +35,8 @@
# 130802-1005 - Changed to PHP mysqli functions
#
require("dbconnect_mysqli.php");
require("functions.php");
require_once("dbconnect_mysqli.php");
require_once("functions.php");
### If you have globals turned off uncomment these lines
if (isset($_GET["user"])) {$user=$_GET["user"];}