Commit 6bdfbb39 by 冷斌

fix bug

parent 39f129dc
......@@ -840,6 +840,8 @@ class Model_Live extends PhalApi_Model_NotORM {
return 1001;
}
echo 1; die;
$configPri = getConfigPri();
$global_prompt = (!empty($configPri['global_prompt']) && $configPri['global_prompt'] <= $total ) ? 1 : 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment