mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Issue #2948 - possible fix to fpw redirect.
This commit is contained in:
4
fpw.php
4
fpw.php
@@ -10,6 +10,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
$_E107['allow_guest'] = true;
|
||||||
require_once('class2.php');
|
require_once('class2.php');
|
||||||
|
|
||||||
e107::coreLan('fpw');
|
e107::coreLan('fpw');
|
||||||
@@ -425,4 +427,4 @@ $text = $tp->parseTemplate($FPW_TABLE, true, $sc);
|
|||||||
$ns->tablerender($caption, $text);
|
$ns->tablerender($caption, $text);
|
||||||
require_once(FOOTERF);
|
require_once(FOOTERF);
|
||||||
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user