broken atm cause i've been interchably passing around repo.git and
[gwvp.git] / gwvplib / gwvpweb.php
index 3cc931c..b9e7e1b 100644 (file)
@@ -228,11 +228,13 @@ function gwvp_TailBuilder()
 
 function gwvp_fourZeroThree()
 {
+       error_log("403 called");
        header("HTTP/1.0 403 Permission Denied");
 }
 
 function gwvp_fourZeroFour()
 {
+       error_log("404 called");
        header("HTTP/1.0 404 No Such Thing");
 }