Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,14 +0,0 @@
|
|||
<?php
|
||||
function suhosin_function_exists($func) {
|
||||
if (extension_loaded('suhosin')) {
|
||||
$suhosin = @ini_get("suhosin.executor.func.blacklist");
|
||||
if (empty($suhosin) == false) {
|
||||
$suhosin = explode(',', $suhosin);
|
||||
$suhosin = array_map('trim', $suhosin);
|
||||
$suhosin = array_map('strtolower', $suhosin);
|
||||
return (function_exists($func) == true && array_search($func, $suhosin) === false);
|
||||
}
|
||||
}
|
||||
return function_exists($func);
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue