diff options
| author | grothedev <grothedev@gmail.com> | 2024-12-20 22:43:07 -0600 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2024-12-20 22:43:07 -0600 |
| commit | c24efb154121f2f98c1d9d2473e96e9e1ec7379d (patch) | |
| tree | 4e621965b508f744d12bc4d720e4628bf7544896 /app/Http/Controllers/SiteController.php | |
| parent | b554f0614dd02924a536ce34f09fb1fc3d17bc3e (diff) | |
working on stuff
Diffstat (limited to 'app/Http/Controllers/SiteController.php')
| -rw-r--r-- | app/Http/Controllers/SiteController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Controllers/SiteController.php b/app/Http/Controllers/SiteController.php index 9607aea..a3f3fec 100644 --- a/app/Http/Controllers/SiteController.php +++ b/app/Http/Controllers/SiteController.php @@ -72,7 +72,7 @@ class SiteController extends Controller return $res; } else { //return "File uploaded: ${filename} "; - return redirect("f/${filename}"); + return redirect("f/${filename}"); //TODO homepage with data flashing (->with()) } } |
