diff --git a/system/admin/admin.php b/system/admin/admin.php index 0bdfb1f..f017aba 100644 --- a/system/admin/admin.php +++ b/system/admin/admin.php @@ -20,7 +20,7 @@ function session($user, $pass, $str = null) { $password = (strlen($user_enc) > 0 && $user_enc !== 'clear' && $user_enc !== 'none') ? hash($user_enc, $pass) : $pass; if (file_exists($user_file)) { - if ($pass === $user_pass) { + if ($password === $user_pass) { $_SESSION[config("site.url")]['user'] = $user; header('location: admin'); } else { diff --git a/system/admin/views/add-page.html.php b/system/admin/views/add-page.html.php index c48f07f..b69573c 100644 --- a/system/admin/views/add-page.html.php +++ b/system/admin/views/add-page.html.php @@ -10,7 +10,7 @@ Title *


Url (optional)

If the url leave empty we will use the page title.

- Meta Description (optional)

+ Meta Description (optional)



diff --git a/system/admin/views/add-post.html.php b/system/admin/views/add-post.html.php index 7955a82..9e80717 100644 --- a/system/admin/views/add-post.html.php +++ b/system/admin/views/add-post.html.php @@ -11,7 +11,7 @@ Tag *


Url (optional)

If the url leave empty we will use the post title.

- Meta Description (optional)

+ Meta Description (optional)




diff --git a/system/admin/views/edit-page.html.php b/system/admin/views/edit-page.html.php index 2ea895d..7c7225f 100644 --- a/system/admin/views/edit-page.html.php +++ b/system/admin/views/edit-page.html.php @@ -35,7 +35,7 @@ Title *


Url (optional)

If the url leave empty we will use the page title.

- Meta Description (optional)

+ Meta Description (optional)




diff --git a/system/admin/views/edit-post.html.php b/system/admin/views/edit-post.html.php index 3b37435..fb72735 100644 --- a/system/admin/views/edit-post.html.php +++ b/system/admin/views/edit-post.html.php @@ -49,7 +49,7 @@ Tag *


Url (optional)

If the url leave empty we will use the post title.

- Meta Description (optional)

+ Meta Description (optional)