mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
$tmp survives after HEADERF with a lot of luck - part II
This commit is contained in:
6
page.php
6
page.php
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/page.php,v $
|
| $Source: /cvs_backup/e107_0.8/page.php,v $
|
||||||
| $Revision: 1.15 $
|
| $Revision: 1.16 $
|
||||||
| $Date: 2008-04-07 15:51:55 $
|
| $Date: 2008-04-07 20:29:24 $
|
||||||
| $Author: secretr $
|
| $Author: secretr $
|
||||||
|
|
|
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
@@ -62,7 +62,7 @@ else
|
|||||||
require_once(FOOTERF);
|
require_once(FOOTERF);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
if ($tmp['cachecontrol'] == TRUE)
|
if ($e107_core_custom_pages['cachecontrol'] == TRUE)
|
||||||
{
|
{
|
||||||
ob_start();
|
ob_start();
|
||||||
$ns -> tablerender($e107_core_custom_pages['title'], $e107_core_custom_pages['text']);
|
$ns -> tablerender($e107_core_custom_pages['title'], $e107_core_custom_pages['text']);
|
||||||
|
Reference in New Issue
Block a user