summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/SiteController.php
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2024-12-09 22:55:19 -0600
committergrothedev <grothedev@gmail.com>2024-12-09 22:55:19 -0600
commitf86c77c22d2cbed970d75ef44e1038f7d9aaaa33 (patch)
treee56f1f58c44bedcda9dc708a4f0a1307dd704ac1 /app/Http/Controllers/SiteController.php
parent6678df9b26a0e0997c87a00439945dc4855b5041 (diff)
serve static files
Diffstat (limited to 'app/Http/Controllers/SiteController.php')
-rw-r--r--app/Http/Controllers/SiteController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Http/Controllers/SiteController.php b/app/Http/Controllers/SiteController.php
index 251859f..a194468 100644
--- a/app/Http/Controllers/SiteController.php
+++ b/app/Http/Controllers/SiteController.php
@@ -72,6 +72,5 @@ class SiteController extends Controller
$shellcmd = escapeshellcmd("python ./search4chan.py ${query} ${board}");
exec($shellcmd, $res, $ret);
return $res;
-
}
}