mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
testing commit IRC logging
This commit is contained in:
parent
5ae2ce8689
commit
65c17fa8fb
11
fpw.php
11
fpw.php
@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/fpw.php,v $
|
| $Source: /cvs_backup/e107_0.8/fpw.php,v $
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2007-12-15 15:06:40 $
|
| $Date: 2008-02-18 02:12:06 $
|
||||||
| $Author: e107steved $
|
| $Author: mcfly_e107 $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
require_once("class2.php");
|
require_once("class2.php");
|
||||||
@ -35,8 +35,6 @@ if (USE_IMAGECODE) {
|
|||||||
$sec_img = new secure_image;
|
$sec_img = new secure_image;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if ($pref['membersonly_enabled']) {
|
if ($pref['membersonly_enabled']) {
|
||||||
if (!$FPW_TABLE_HEADER) {
|
if (!$FPW_TABLE_HEADER) {
|
||||||
if (file_exists(THEME."fpw_template.php")) {
|
if (file_exists(THEME."fpw_template.php")) {
|
||||||
@ -51,7 +49,8 @@ if ($pref['membersonly_enabled']) {
|
|||||||
|
|
||||||
require_once(HEADERF);
|
require_once(HEADERF);
|
||||||
|
|
||||||
function fpw_error($txt) {
|
function fpw_error($txt)
|
||||||
|
{
|
||||||
global $ns;
|
global $ns;
|
||||||
$ns->tablerender(LAN_03, "<div style='text-align:center'>".$txt."</div>");
|
$ns->tablerender(LAN_03, "<div style='text-align:center'>".$txt."</div>");
|
||||||
require_once(FOOTERF);
|
require_once(FOOTERF);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user