diff options
| author | grothedev <grothedev@gmail.com> | 2024-12-09 22:55:19 -0600 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2024-12-09 22:55:19 -0600 |
| commit | f86c77c22d2cbed970d75ef44e1038f7d9aaaa33 (patch) | |
| tree | e56f1f58c44bedcda9dc708a4f0a1307dd704ac1 /app/Http/Controllers/SiteController.php | |
| parent | 6678df9b26a0e0997c87a00439945dc4855b5041 (diff) | |
serve static files
Diffstat (limited to 'app/Http/Controllers/SiteController.php')
| -rw-r--r-- | app/Http/Controllers/SiteController.php | 1 |
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; - } } |
