summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);