diff --git a/fpw.php b/fpw.php index 1ef536eab..de6bb506d 100644 --- a/fpw.php +++ b/fpw.php @@ -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); -?> +?> \ No newline at end of file