summaryrefslogtreecommitdiffstats
path: root/app/df.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2019-03-22 00:02:32 -0400
committerMalf Furious <m@lfurio.us>2019-03-22 00:02:32 -0400
commit6e11d642995e2b2644464ef0bb21528e5e0c2456 (patch)
treefaef4fc40be9d49a0445cef6e194dc9e4043ffd4 /app/df.php
parent5b67e8791194bf9b6fb6e1d607a0cd1770ff1b93 (diff)
parent098720c46e351ab41295ad451b8d70e7f794ee4d (diff)
downloadscrott-6e11d642995e2b2644464ef0bb21528e5e0c2456.tar.gz
scrott-6e11d642995e2b2644464ef0bb21528e5e0c2456.zip
Merge branch 'bg-thumbnail'
Diffstat (limited to '')
-rw-r--r--app/df.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/df.php b/app/df.php
index 97cd055..80aec5a 100644
--- a/app/df.php
+++ b/app/df.php
@@ -96,6 +96,10 @@ function main(string $dir, string $guid) : void
serveResource("dynmic/bgs/" . $guid);
break;
+ case "thumbs":
+ serveResource("dynmic/thumbs/" . $guid);
+ break;
+
case "attach":
$mesg = new mesg($guid);
serveResource("dynmic/attach/" . $guid, $mesg->attachment);