Commit 499184dd by 冷斌

update

parent 1a0af730
...@@ -835,7 +835,7 @@ class Model_User extends PhalApi_Model_NotORM ...@@ -835,7 +835,7 @@ class Model_User extends PhalApi_Model_NotORM
{ {
$coin = 0; $coin = 0;
$configpri = getConfigPri(); $configpri = getConfigPri();
if (!$configpri['bonus_switch'] || 1) { if (!$configpri['bonus_switch']&&false) {
return $coin; return $coin;
} }
......
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