X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=file_run.php;h=e22e2bc096c797009b4c285547cf1394219651ec;hb=6be2bf0ba344177f0d1e57d9135bcb97579c54a3;hp=014cab510a39179698270e98ba891058d950d49b;hpb=6efe0372c5d3b2db723ada811917b6a52f13130b;p=wfpl.git 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); + } +}