diff options
Diffstat (limited to 'cgi_main.c')
-rw-r--r-- | cgi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi_main.c b/cgi_main.c index 8434ae7209..7c720c258a 100644 --- a/cgi_main.c +++ b/cgi_main.c @@ -310,7 +310,7 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine } cgi_started=1; php3_TreatHeaders(); - _php3_info(); + _php3_info(0xFFFFFFFF); exit(1); break; case 's': |