From 74f3677f19b70bbe6655f2d9d9a42792b22120de Mon Sep 17 00:00:00 2001 From: msquare Date: Mon, 11 Dec 2017 22:26:36 +0100 Subject: add quick+dirty public dashboard --- public/index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public') diff --git a/public/index.php b/public/index.php index 69d92127..e4454e48 100644 --- a/public/index.php +++ b/public/index.php @@ -12,6 +12,7 @@ $free_pages = [ 'credits', 'ical', 'login', + 'public_dashboard', 'rooms', 'shifts', 'shifts_json_export', @@ -77,6 +78,9 @@ if ( $title = user_password_recovery_title(); $content = user_password_recovery_controller(); break; + case 'public_dashboard': + list($title, $content) = public_dashboard_controller(); + break; case 'angeltypes': list($title, $content) = angeltypes_controller(); break; -- cgit v1.2.3-54-g00ecf