first work on phar version. redirection does not work yet
[phancap.git] / www / get.php
index 739aaf82ff6b97b443613729403e2c95cef63c1b..4cd2b3a83c994666ae9012b30a1f6f09d36e0bdf 100644 (file)
@@ -50,6 +50,7 @@ try {
     }
 } catch (\Exception $e) {
     //FIXME: handle 404s and so properly
+    //FIXME: send out error image if images are preferred
     header('HTTP/1.0 500 Internal Server error');
     header('Content-type: text/plain');
     echo $e->getMessage() . "\n";