Add index.php

This commit is contained in:
2026-06-15 09:37:37 +02:00
parent 2b838f95ab
commit 925bf374cf
+10
View File
@@ -0,0 +1,10 @@
<?php
require_once 'includes/config.php';
if (isset($_SESSION['user'])) {
header('Location: dashboard.php');
exit;
}
header('Location: login.php');