X-Git-Url: https://git.jacobcasper.com/?p=pics.git;a=blobdiff_plain;f=index.php;fp=index.php;h=b5b343e8b66a0325b2b2ff845bf288e950b9c1b8;hp=c7b91bc8fb8eb6d3d3695f65fc01f4951bcde6a3;hb=fd25bf8779a37e731732f3978f5cef80704f00f9;hpb=a00830238460484a90109473d974f6acb87eb121 diff --git a/index.php b/index.php index c7b91bc..b5b343e 100644 --- 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;