Initial commit BIJ CI4
This commit is contained in:
8
public/ios/index.php
Normal file
8
public/ios/index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
session_start();
|
||||
if (isset($_SESSION['token'])) {
|
||||
header('Location: app/dashboard.php');
|
||||
} else {
|
||||
header('Location: app/login.php');
|
||||
}
|
||||
exit;
|
||||
Reference in New Issue
Block a user