From 8e530924279d64d4fda7263d18846c678fc308f3 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 13 Oct 2006 17:57:50 +0000 Subject: [PATCH] require instead of include_once git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11914 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/init.php b/include/init.php index 6a0d70e1..5586ff19 100644 --- a/include/init.php +++ b/include/init.php @@ -274,7 +274,7 @@ $squirrelmail_plugin_hooks = array(); * and let the hook calls include only the plugins needed. */ if (file_exists(SM_PATH . 'config/plugin_hooks.php')) { - include_once(SM_PATH . 'config/plugin_hooks.php'); + require(SM_PATH . 'config/plugin_hooks.php'); } /** -- 2.25.1