1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-17 10:59:49 +01:00

Added Expires header to secimg.

This commit is contained in:
Cameron 2018-01-18 16:22:49 -08:00
parent 3b5b64195e
commit 491fc31712

View File

@ -28,8 +28,9 @@ $_E107['no_forceuserupdate'] = true;
$_E107['no_menus'] = true;
$_E107['no_maintenance'] = true;
//$_E107['no_theme'] = true;
require_once("../class2.php");
require_once("../class2.php");
header('Expires: Sat, 26 Jul 1997 05:00:00 GMT', true);
/*
define('e_BASE',realpath("..".DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR);
@include(e_BASE.'e107_config.php');