X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=file_run.php;h=e22e2bc096c797009b4c285547cf1394219651ec;hb=c4d4f8a2a73949f8d4d2b81961cf95a5a4c4bc74;hp=fd1d20fe58ffe4470e902e548dcc6e91a1d420fc;hpb=6c27f346217f7b4b8b24064371f2461cf57c6167;p=wfpl.git diff --git a/file_run.php b/file_run.php index fd1d20f..e22e2bc 100644 --- a/file_run.php +++ b/file_run.php @@ -1,22 +1,9 @@ - + if(function_exists($func)) { + return call_user_func_array($func, $args); + } +}