Render pictures at a canonical URL
[pics.git] / index.php
index c7b91bc..b5b343e 100644 (file)
--- a/index.php
+++ b/index.php
@@ -18,6 +18,9 @@ switch ($path) {
     case '':
         require './app.php';
         break;
+    case 'pic':
+        require './pic.php';
+        break;
     case 'upload':
         require './upload.php';
         break;