add tailadmin
This commit is contained in:
@@ -35,7 +35,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
|||||||
setcookie("device_id", $device_id, time() + 3600, "/");
|
setcookie("device_id", $device_id, time() + 3600, "/");
|
||||||
setcookie("username", $user, time() + 3600, "/");
|
setcookie("username", $user, time() + 3600, "/");
|
||||||
|
|
||||||
header("Location: /admin");
|
header("Location: /panel");
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
@@ -23,5 +23,6 @@ if (!$mcServ->checkLogin()) {
|
|||||||
header("Location: /login.php");
|
header("Location: /login.php");
|
||||||
exit;
|
exit;
|
||||||
}else{
|
}else{
|
||||||
echo "angemeldet";
|
header("Location: /panel");
|
||||||
}
|
exit;
|
||||||
|
}
|
||||||
0
front/panel/home.php
Normal file
0
front/panel/home.php
Normal file
13
front/panel/index.php
Normal file
13
front/panel/index.php
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
require "../../main.php";
|
||||||
|
|
||||||
|
$mcServ = new mcServ();
|
||||||
|
|
||||||
|
if ($mcServ->checkLogin()) {
|
||||||
|
header("Location: /admin/home.php");
|
||||||
|
exit;
|
||||||
|
}else{
|
||||||
|
header("Location: /login.php");
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
?>
|
||||||
1
tailadmin
Submodule
1
tailadmin
Submodule
Submodule tailadmin added at 50aa8c15fa
Reference in New Issue
Block a user