I have a simple Babe Block with the following code:
-----------------------------------------------------------
<?php
/********************************************************/
/* PHP-NUKE: Web Portal System
/* ===========================
/*
/* Copyright (c) 2004 yourname@yoursite.com
/* http://www.yoursite.com
/*
/* This program is free software. You can redistribute it and/or modify
/* it under the terms of the GNU General Public License as published by
/* the Free Software Foundation; either version 2 of the License.
/********************************************************/
if (eregi("block-babe.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum