From e5a243a52b910e35b10b26c06aa8978356b86769 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 2 Dec 2023 14:14:34 +0100 Subject: login and events --- src/App.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/App.php') diff --git a/src/App.php b/src/App.php index f1fa97e..7524d38 100644 --- a/src/App.php +++ b/src/App.php @@ -11,6 +11,9 @@ class App error_reporting(E_ALL); } + // Session + session_start(); + // DB DB::init(); -- cgit v1.2.3