From a1f147cf4f6b5f4f77afdf245434fa0f4429228a Mon Sep 17 00:00:00 2001 From: horus Date: Sun, 19 Apr 2020 18:30:54 +0200 Subject: Unimportant stuff for testing purposes. --- app/Http/Controllers/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Http/Controllers') diff --git a/app/Http/Controllers/IndexController.php b/app/Http/Controllers/IndexController.php index 3704afe..d9e792a 100644 --- a/app/Http/Controllers/IndexController.php +++ b/app/Http/Controllers/IndexController.php @@ -25,7 +25,7 @@ class IndexController extends Controller { #public function iCal(Request $request) { public function iCal($username) { - if ( ! Cache::has('schedule_' . $username)) { + if ( ! Cache::has('xschedule_' . $username)) { $helper = new Helper(); $schedule = $helper->getCalendar($username); Cache::put('schedule_' . $username, $schedule, 360); -- cgit v1.2.3