JavascriptError.php
authorAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 06:25:12 +0000 (14:25 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 06:25:12 +0000 (14:25 +0800)
JavascriptError.php

index cf90eeb..d7aa56e 100644 (file)
@@ -24,6 +24,10 @@ class Pman_Core_JavascriptError extends Pman {
         return true;
     }
     
+    function get()
+    {
+        die("invalid url");
+    }
     
     function post()
     {