b5b343e8b66a0325b2b2ff845bf288e950b9c1b8
3 // May contain query params
4 $request_uri = explode('?', $_SERVER['REQUEST_URI'], 2);
5 $pieces = array_values(array_filter(
6 explode('/', $request_uri[0]),
7 function($exploded) { return $exploded; }
15 $path = array_shift($pieces);
25 require './upload.php';
28 require './unauthorized.php';
31 header('HTTP/1.0 404 Not Found');