Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c4e2d6a4
...
c4e2d6a497da30b701c4fc542ce252580afdd46b
authored
2024-08-07 10:58:41 +0800
by
赵聪
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
过滤特殊字符
1 parent
61a78951
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/Release/BaseController.php
app/Http/Controllers/Release/BaseController.php
View file @
c4e2d6a
...
...
@@ -180,7 +180,7 @@ class BaseController extends Controller
}
//2.去除特殊字符
$params
=
$this
->
removeSpecialCharacter
(
$params
);
//
$params = $this->removeSpecialCharacter($params);
file_put_contents
(
'1.log'
,
$params
.
"
\r\n\r\n
"
,
FILE_APPEND
);
...
...
Please
register
or
sign in
to post a comment