summaryrefslogtreecommitdiffstats
path: root/admin/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/login.php')
-rwxr-xr-xadmin/login.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/login.php b/admin/login.php
index 3ba4d2b..a95e59f 100755
--- a/admin/login.php
+++ b/admin/login.php
@@ -1,10 +1,13 @@
<?php
+
+require_once __DIR__ . '/../app/app.php';
+
if (isset($_POST['password'])) {
+ session_regenerate_id();
setcookie('auth',md5($_POST['password']));
header('Location: index.php');
}
-require_once __DIR__ . '/../app/app.php';
$page_content = <<<FRAGMENT
<form action="" method="post" class="login">
<fieldset>