From cc9a94abe260612a16870d7a313a3be9fd559e6b Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Sun, 7 Aug 2005 02:31:15 +0000 Subject: [PATCH] Fix adminScreenshots.php --- admin/adminScreenshots.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/adminScreenshots.php b/admin/adminScreenshots.php index d0e1082..0231608 100644 --- a/admin/adminScreenshots.php +++ b/admin/adminScreenshots.php @@ -6,7 +6,7 @@ include("path.php"); include(BASE."include/incl.php"); -require(BASE."include/screenshot.php"); +require_once(BASE."include/screenshot.php"); require(BASE."include/application.php"); require(BASE."include/mail.php");