mirror of
https://github.com/e107inc/e107.git
synced 2025-03-17 19:09:45 +01:00
Added Expires header to secimg.
This commit is contained in:
parent
3b5b64195e
commit
491fc31712
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user