diff --git a/Rocksolid_Light/rocksolid/post.php b/Rocksolid_Light/rocksolid/post.php index 5e90b9c..720652d 100644 --- a/Rocksolid_Light/rocksolid/post.php +++ b/Rocksolid_Light/rocksolid/post.php @@ -206,24 +206,11 @@ if ($type == "post") { } else { $_SESSION['pass'] = true; $logged_in = true; - $name = trim($name); - $authkey = password_hash($name . $keys[0] . get_user_config($name, 'encryptionkey'), PASSWORD_DEFAULT); - $pkey = hash('crc32', get_user_config($name, 'encryptionkey')); - set_user_config(strtolower($name), "pkey", $pkey); -?> - -