From 0b65829cc24df7939d994d08a2ff341fdc21e2f0 Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 26 Feb 2014 14:24:20 +0000 Subject: [PATCH] Removed some unnecessary includes that redeclare functions --- html/ajax_search.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/html/ajax_search.php b/html/ajax_search.php index d25b3537f4..ac16fba5be 100755 --- a/html/ajax_search.php +++ b/html/ajax_search.php @@ -14,10 +14,6 @@ include_once("../config.php"); include_once("../includes/definitions.inc.php"); include_once("includes/functions.inc.php"); include_once("../includes/functions.php"); -include_once("../includes/dbFacile.php"); -include_once("../includes/common.php"); - -include_once("../includes/rewrites.php"); include_once("includes/authenticate.inc.php"); if (!$_SESSION['authenticated']) { echo("unauthenticated"); exit; }