From 624de6cc9fb76254d07a81a13bdedfef847324ea Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 27 Jan 2011 08:49:01 +0100 Subject: [PATCH] syntax typo fixed --- web/Obj/dbase_file.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Obj/dbase_file.phh b/web/Obj/dbase_file.phh index 2fb3178..2245efd 100644 --- a/web/Obj/dbase_file.phh +++ b/web/Obj/dbase_file.phh @@ -22,7 +22,7 @@ * */ -require_once("Obj/dbase_base.phh") +require_once("Obj/dbase_base.phh"); define(BRISK_AUTH_CONF, "brisk_auth.conf.pho"); -- 2.17.1