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