Skip to content

Commit

Permalink
Official micro-update 1.1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyHackGUT committed Feb 5, 2017
1 parent 1e11c27 commit 2fec5c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions web_upload/includes/sb-callback.php
Expand Up @@ -149,6 +149,10 @@ function Plogin($username, $password, $remember, $redirect, $nopass)
{
global $userbank;
$objResponse = new xajaxResponse();
if (empty($password)) {
ShowBox_ajx("Информация", "Не введён пароль. Введите пароль, и повторите попытку ещё раз.", "blue", "", true, $objResponse);
return $objResponse;
}
$q = $GLOBALS['db']->GetRow("SELECT `aid`, `password`, `expired` FROM `" . DB_PREFIX . "_admins` WHERE `user` = ?", array($username));
if($q)
$aid = $q[0];
Expand Down
2 changes: 1 addition & 1 deletion web_upload/themes/new_box/theme.conf.php
Expand Up @@ -32,7 +32,7 @@
define('theme_author', "ASTRO & XaH JoB & Vampir & SAZONISCHE & NoTiCE & CrazyHackGUT & Серый™");

// Set the version of the theme here
define('theme_version', "1.1.5.3");
define('theme_version', "1.1.5.4");

// Set the link of the theme here
define('theme_link', "https://discord.gg/BrTP9Cu");
Expand Down

0 comments on commit 2fec5c8

Please sign in to comment.