Remove unintentially submitted test file
This commit is contained in:
parent
1a159c973f
commit
23febfc5ca
17
test.php
17
test.php
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
$RandomCompat_basedir = ini_get('open_basedir');
|
||||
if (!empty($RandomCompat_basedir)) {
|
||||
$RandomCompat_open_basedir = explode(
|
||||
PATH_SEPARATOR,
|
||||
strtolower($RandomCompat_basedir)
|
||||
);
|
||||
$RandomCompatUrandom = (array() !== array_intersect(
|
||||
array('/dev', '/dev/', '/dev/urandom'),
|
||||
$RandomCompat_open_basedir
|
||||
));
|
||||
$RandomCompat_open_basedir = null;
|
||||
}
|
||||
|
||||
var_dump($RandomCompat_basedir);
|
||||
var_dump($RandomCompat_open_basedir);
|
||||
?>
|
Loading…
Reference in New Issue