diff options
Diffstat (limited to '')
-rw-r--r-- | include/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/index.php b/include/index.php index 84199eb29..0f1d97083 100644 --- a/include/index.php +++ b/include/index.php @@ -24,7 +24,8 @@ // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | // | USA. | // +-----------------------------------------------------------------------+ -$url = '../category.php'; + +$url = '../index.php'; header( 'Request-URI: '.$url ); header( 'Content-Location: '.$url ); header( 'Location: '.$url ); |