From 2150ff1a3f4b9f8d355ebadf02e4f36a039d6eb7 Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 8 Apr 2015 18:29:17 +0100 Subject: [PATCH] Removed old include line --- html/includes/functions.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index 3502ded2f7..b11033b78f 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -13,8 +13,6 @@ * */ -include("../includes/alerts.inc.php"); - function data_uri($file, $mime) { $contents = file_get_contents($file);