Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
sx-prize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c851b4ed
authored
Jul 17, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
j
parent
eb493cca
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
.idea/workspace.xml
+0
-0
Application/Home/Controller/IndexController.class.php
+7
-7
No files found.
.idea/workspace.xml
View file @
c851b4ed
This diff is collapsed.
Click to expand it.
Application/Home/Controller/IndexController.class.php
View file @
c851b4ed
...
...
@@ -126,13 +126,13 @@ class IndexController extends Controller
));
return
;
}
if
(
$user
[
'play_num'
]
==
0
){
$this
->
ajaxReturn
(
array
(
'errcode'
=>
2
,
'errmsg'
=>
null
));
return
;
}
//
if($user['play_num']==0){
//
$this->ajaxReturn(array(
//
'errcode' => 2,
//
'errmsg' => null
//
));
//
return;
//
}
$type_list
=
array
(
'6JTjh8cPcQ6Rh4Zs'
,
'wrwSQkP7aBSTSz6Q'
,
'DQxcxExXHmrrJhpW'
,
'Mx7cz5zBhJ4XTWWw'
,
'BnFaQJ23ddQ6CcfG'
,
'4fzkwfPHZZZmnQJx'
,
'NCnWMkSN5jSBErP6'
,
'Ce238NWT3GAkmXNB'
,
'7QnGFjs7JDxWe2xQ'
,
'5Qtk2aKHsG42PbRz'
);
$channel_urt
=
$_POST
[
'channel'
];
$c_z
=
in_array
(
$channel_urt
,
$type_list
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment