/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
wp-optimize
/
vendor
/
rosell-dk
/
exec-with-fallback
/
Upload File
HOME
<?php include 'vendor/autoload.php'; //include 'src/ExecWithFallback.php'; use ExecWithFallback\ExecWithFallback; use ExecWithFallback\Tests\ExecWithFallbackTest; ExecWithFallback::exec('echo hello'); ExecWithFallbackTest::testExec();