1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 01:44:23 +00:00

miner.php user/pass fix 'usr' is readonly

This commit is contained in:
Kano 2013-01-04 17:45:54 +11:00
parent 1b2654e1ff
commit f6bde14c31

View File

@ -2476,7 +2476,7 @@ function onlylogin()
function checklogin()
{
global $allowcustompages, $customsummarypages;
global $userlist, $ses;
global $readonly, $userlist, $ses;
$out = trim(getparam('logout', true));
if ($out !== null && $out !== '' && isset($_SESSION[$ses]))