1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Issue #2948 - possible fix to fpw redirect.

This commit is contained in:
Cameron
2018-01-06 11:31:48 -08:00
parent f9e18951c8
commit 2f3f5de97b

View File

@@ -10,6 +10,8 @@
*
*/
$_E107['allow_guest'] = true;
require_once('class2.php');
e107::coreLan('fpw');
@@ -425,4 +427,4 @@ $text = $tp->parseTemplate($FPW_TABLE, true, $sc);
$ns->tablerender($caption, $text);
require_once(FOOTERF);
?>
?>