X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=file_run.php;h=e22e2bc096c797009b4c285547cf1394219651ec;hb=HEAD;hp=409cb4b190ced6549a60e0d47b9cb4e6dee8394a;hpb=22d5fb7ab7d4ee86bd59e194387dca268bd577a1;p=wfpl.git diff --git a/file_run.php b/file_run.php index 409cb4b..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); + } +}