mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
yay for security!
git-svn-id: file:///svn/phpbb/trunk@7907 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5c14f323cd
commit
e9b908174c
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
if (php_sapi_name() != 'cli')
|
||||
{
|
||||
// die("This program must be run from the command line.\n");
|
||||
die("This program must be run from the command line.\n");
|
||||
}
|
||||
|
||||
//
|
||||
|
@ -20,7 +20,7 @@ if (php_sapi_name() != 'cli')
|
|||
// Remove or comment the next line (die(".... ) to enable this script.
|
||||
// Do NOT FORGET to either remove this script or disable it after you have used it.
|
||||
//
|
||||
//die("Please read the first lines of this script for instructions on how to enable it");
|
||||
die("Please read the first lines of this script for instructions on how to enable it");
|
||||
|
||||
set_time_limit(0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue