X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=run.php;h=8c780de35483623f8a74c0a36b90b081909f0b63;hb=bc74a59133a373649ab410c4cdd35a2661f1ee4b;hp=32aebef03187f580570721a5a88a69b676529632;hpb=68b662265c66de0b6dd6d1df708d0692f0383fde;p=wfpl.git diff --git a/run.php b/run.php index 32aebef..8c780de 100644 --- a/run.php +++ b/run.php @@ -119,7 +119,7 @@ function run_php($dest = false) { run_php('error_404'); return; } else { - echo '404

404 File Not Found

'; + echo '404

404 File Not Found

'; exit(); } }