X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=run.php;h=8c780de35483623f8a74c0a36b90b081909f0b63;hb=4ac4eff5c786bc012eb5524d7f9b22597861acd4;hp=197dc76ed1325d59de9b772d1a6dc122324574db;hpb=8caa06f2e35edfe1d923fc8fcfe732e425b6b475;p=wfpl.git diff --git a/run.php b/run.php index 197dc76..8c780de 100644 --- a/run.php +++ b/run.php @@ -1,4 +1,4 @@ -404

404 File Not Found

'; + echo '404

404 File Not Found

'; exit(); } } @@ -141,7 +141,7 @@ function run_php($dest = false) { run_php($other); return; } - } else { + } elseif($html_exists) { $sub_names = tem_top_sub_names(); foreach($sub_names as $sub_name) { tem_sub($sub_name);