diff --git a/inf.php b/inf.php index 0f6b917..e30e268 100644 --- a/inf.php +++ b/inf.php @@ -3,7 +3,7 @@ session_start(); include("config.php"); include("functions.php"); -$login = filter_input(INPUT_SERVER,'QUERY_STRING'); +$login = urldecode(filter_input(INPUT_SERVER,'QUERY_STRING')); $uid = isset($_SESSION['uid'])?$_SESSION['uid']:NULL; $user = db::c()->query('SELECT `id`,`login`,`married`,`win`,`medals`,borndate,`align`,`admin`,`realname`,`city`,`lozung`,`info`,`prof1`,`prof2`,`email`,`ip`,`exp`,`stats`,`money`,`room`,`doblest` FROM `users`