+ Discards the contents of the topmost ob and turns off this ob.
This commit is contained in:
@@ -1134,6 +1134,7 @@ class user extends control
|
||||
public function refreshRandom()
|
||||
{
|
||||
$rand = updateSessionRandom();
|
||||
ob_end_clean();
|
||||
echo (string)$rand;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user