Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
phpdts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nemo Ma
phpdts
Commits
db2e3817
Commit
db2e3817
authored
May 22, 2023
by
Nemo Ma
Committed by
GitHub
May 22, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #149 from hikawiier/waaagh
Update devtools.php
parents
a332c49e
8bbeba9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
devtools.php
devtools.php
+2
-0
No files found.
devtools.php
View file @
db2e3817
...
...
@@ -28,6 +28,8 @@ set_time_limit() 函数用于设置脚本的最大执行时间。将参数设置
这行代码设置了 zlib.output_compression 选项为 0,禁用了输出内容的压缩。默认情况下,PHP 可能会对输出内容进行压缩以减少数据传输量,但该行代码禁用了这种压缩。
这些代码的目的是为了确保在输出内容到浏览器时能够实时显示,并禁用浏览器缓存和服务器端的输出缓冲。这对于实时显示动态内容或长时间运行的脚本非常有用。 */
define
(
'CURSCRIPT'
,
'devtools'
);
require
'./include/common.inc.php'
;
if
(
!
$udata
)
{
gexit
(
$_ERROR
[
'no_login'
],
__file__
,
__line__
);
}
...
...
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