Hello, I am using php5 and I've got this piece of code:
include ('http://something.somew here/file.php?a=act' )
PHP instead of including file five me:
[13-May-2005 12:17:38] PHP Fatal error: Unknown: Security alert:
Include filename is an URL in Unknown on line 0
My php.ini contains:
safe_mode = Off
allow_url_fopen = On
<? phpinfo() ?> shows that this values are correct.
Why it is happens? What can I do?
Cheers,
--
Rafal Bluszcz Zawadzki
JabberPL.org SysAdmin
----------------------
include ('http://something.somew here/file.php?a=act' )
PHP instead of including file five me:
[13-May-2005 12:17:38] PHP Fatal error: Unknown: Security alert:
Include filename is an URL in Unknown on line 0
My php.ini contains:
safe_mode = Off
allow_url_fopen = On
<? phpinfo() ?> shows that this values are correct.
Why it is happens? What can I do?
Cheers,
--
Rafal Bluszcz Zawadzki
JabberPL.org SysAdmin
----------------------
Comment