diff options
author | Malf Furious <m@lfurio.us> | 2019-03-22 00:02:32 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2019-03-22 00:02:32 -0400 |
commit | 6e11d642995e2b2644464ef0bb21528e5e0c2456 (patch) | |
tree | faef4fc40be9d49a0445cef6e194dc9e4043ffd4 /app/df.php | |
parent | 5b67e8791194bf9b6fb6e1d607a0cd1770ff1b93 (diff) | |
parent | 098720c46e351ab41295ad451b8d70e7f794ee4d (diff) | |
download | scrott-6e11d642995e2b2644464ef0bb21528e5e0c2456.tar.gz scrott-6e11d642995e2b2644464ef0bb21528e5e0c2456.zip |
Merge branch 'bg-thumbnail'
Diffstat (limited to '')
-rw-r--r-- | app/df.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |