Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
2016-01-26 14:03:33 +0800
Commit
7275e82876a1a3eb89d193d4a853709f8df71b24
1 parent
25d1e44e
tools
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/controllers/Tools.php
yohobuy/www.yohobuy.com/application/controllers/Tools.php
View file @
7275e82
@@ -70,6 +70,11 @@ class ToolsController extends WebAction
@@ -70,6 +70,11 @@ class ToolsController extends WebAction
70
}
70
}
71
}
71
}
72
}
72
}
73
+
74
+
public
function
logAction
()
75
+
{
76
+
print_r
(
$_SERVER
);
77
+
}
73
}
78
}
74
79
75
?>
80
?>
Please
register
or
login
to post a comment