diff --git a/admin_check_session.php b/admin/check_session.php similarity index 93% rename from admin_check_session.php rename to admin/check_session.php index 7b91c0d..95a5586 100755 --- a/admin_check_session.php +++ b/admin/check_session.php @@ -1,7 +1,7 @@ +require_once '../inc/header.php'; ?>

Debug-Informationen

@@ -37,4 +37,4 @@ require_once 'inc/header.php'; ?>
- \ No newline at end of file + \ No newline at end of file diff --git a/admin_users.php b/admin/users.php similarity index 93% rename from admin_users.php rename to admin/users.php index 291f82d..36f13c9 100755 --- a/admin_users.php +++ b/admin/users.php @@ -1,6 +1,6 @@

Benutzerverwaltung

@@ -68,4 +68,4 @@ require_once 'inc/header.php'; - \ No newline at end of file + \ No newline at end of file diff --git a/inc/check_login.php b/inc/check_login.php index fd95065..e4bab96 100755 --- a/inc/check_login.php +++ b/inc/check_login.php @@ -1,6 +1,6 @@ - + @@ -19,4 +19,4 @@ - \ No newline at end of file + \ No newline at end of file