Implement routing
authorJacob Casper <dev@jacobcasper.com>
Sun, 26 Jun 2022 19:29:29 +0000 (14:29 -0500)
committerJacob Casper <dev@jacobcasper.com>
Sun, 26 Jun 2022 19:34:19 +0000 (14:34 -0500)
commitbcb1d27e0e85299038af134ff027ff75d4bf1e58
tree24cac1a363b30d2fb640ec4ae43d7ff8c4f90971
parentac20a7ef113b0e901e15ae674c1394d424327fb2
Implement routing

I want to have kind of a rest-like `/pic/{id}` structure, and so finally
outgrew filesystem hierarchy based routing and needed to implement it in
the app.
README.md
app.php [new file with mode: 0644]
index.php
upload.php