From 4bceaa1aa3e1d547d6d611efa0658941dd929797 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 23 Nov 2009 22:21:48 -0700 Subject: [PATCH] require_once -> require --- imp/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/search.php b/imp/search.php index 4fc1f1c62..8a5288b88 100644 --- a/imp/search.php +++ b/imp/search.php @@ -35,7 +35,7 @@ new IMP_Application(array('init' => true)); * allowed (basic page will do the required redirection in the latter case). */ if (!$browser->hasFeature('javascript') || ($_SESSION['imp']['protocol'] == 'pop')) { - require_once IMP_BASE . '/search-basic.php'; + require IMP_BASE . '/search-basic.php'; exit; } -- 2.11.0