+ Discards the contents of the topmost ob and turns off this ob.

This commit is contained in:
dingguodong
2023-12-14 09:24:20 +08:00
parent b5aea30f9f
commit 47dfee907c
+1
View File
@@ -1134,6 +1134,7 @@ class user extends control
public function refreshRandom()
{
$rand = updateSessionRandom();
ob_end_clean();
echo (string)$rand;
}
}