Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenchuanwen
my-yaf-project
Commits
8d90bd14
Commit
8d90bd14
authored
Sep 30, 2018
by
wwccw0591
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc
parent
00796f8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.php
public/index.php
+1
-1
getUnreadCount.php
public/test/message/getUnreadCount.php
+1
-1
No files found.
public/index.php
View file @
8d90bd14
...
...
@@ -7,7 +7,7 @@ define("APP_ENV",ini_get('yaf.environ'));
if
(
APP_ENV
==
'develop'
){
error_reporting
(
E_ALL
);
}
if
(
APP_ENV
==
'test'
||
APP_ENV
==
'pre'
||
APP_ENV
==
'ccwdevelop'
){
if
(
APP_ENV
==
'test'
||
APP_ENV
==
'pre'
||
APP_ENV
==
'ccwdevelop'
||
APP_ENV
==
'product'
||
APP_ENV
==
'productone'
){
if
(
isset
(
$_POST
[
'data'
][
'debug'
])
&&!
empty
(
$_POST
[
'data'
][
'debug'
])){
// define("DEBUG",1);
error_reporting
(
E_ALL
);
...
...
public/test/message/getUnreadCount.php
View file @
8d90bd14
...
...
@@ -10,7 +10,7 @@
<body>
<form
action=
"/message/getUnreadCount"
method=
"post"
>
用户登录状态key:
<input
name=
"data[key]"
value=
"fd4b739c4815297044191451eabf0eb5"
/><br
/>
<input
name=
"data[debug]"
value=
"1"
/><br
/>
<input
type=
"submit"
value=
"提交"
>
</form>
...
...
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