fixing the fix ;-)

This commit is contained in:
Ralf Becker 2006-09-19 07:00:57 +00:00
parent 3fc7b9ab38
commit c0effaf429

View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/php -qC
<?php
/**
* Setup - Command line interface
@ -13,7 +13,7 @@
chdir(dirname(__FILE__)); // to enable our relative pathes to work
if (isset($_SERVER['PHP_SELF'])) // security precaution: forbit calling setup-cli as web-page
if (isset($_SERVER['HTTP_HOST'])) // security precaution: forbit calling setup-cli as web-page
{
die('<h1>setup-cli.php must NOT be called as web-page --> exiting !!!</h1>');
}