Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 6d760d055fd3a2b310e8987a120d5d70 > files > 32

php-suhosin-0.9.32.1-5.1.mga1.i586.rpm

--TEST--
Include_once "Variable URL";
--SKIPIF--
<?php include "../skipifcli.inc"; ?>
--INI--
suhosin.log.syslog=0
suhosin.log.sapi=255
suhosin.log.script=0
suhosin.log.phpscript=0
suhosin.executor.include.whitelist=
suhosin.executor.include.blacklist=
--FILE--
<?php
    $var = "http://127.0.0.1/";
    include_once $var;
?>
--EXPECTF--
ALERT - Include filename ('http://127.0.0.1/') is an URL that is not allowed (attacker 'REMOTE_ADDR not set', file '%s', line 3)