"forward for not existing or empty header to setup"

This commit is contained in:
Ralf Becker 2009-04-28 16:06:18 +00:00
parent d268d6d816
commit 1c9c65278b

View File

@ -11,7 +11,8 @@
/* $Id$ */
if(!file_exists('header.inc.php'))
// forward for not existing or empty header to setup
if(!file_exists('header.inc.php') || !filesize('header.inc.php'))
{
Header('Location: setup/index.php');
exit;