Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F15855
qhandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
875 B
Referenced Files
None
订阅者
None
qhandler.php
View Options
<?php
session_start
();
require_once
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/inc/prerequisites.inc.php'
;
if
(
quarantine
(
'hash_details'
,
$_GET
[
'hash'
])
===
false
&&
!
isset
(
$_POST
))
{
header
(
'Location: /admin'
);
exit
();
}
require_once
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/inc/header.inc.php'
;
$js_minifier
->
add
(
'/web/js/site/qhandler.js'
);
$template
=
'qhandler.twig'
;
$template_data
=
[
'quick_release'
=>
preg_match
(
"/^([a-f0-9]{64})$/"
,
$_POST
[
'quick_release'
]),
'quick_delete'
=>
preg_match
(
"/^([a-f0-9]{64})$/"
,
$_POST
[
'quick_delete'
]),
'is_action_release_delete'
=>
in_array
(
$_GET
[
'action'
],
array
(
'release'
,
'delete'
)),
'is_hash_present'
=>
preg_match
(
"/^([a-f0-9]{64})$/"
,
$_GET
[
'hash'
]),
'action'
=>
$_GET
[
'action'
],
'hash'
=>
$_GET
[
'hash'
],
'lang_quarantine'
=>
json_encode
(
$lang
[
'quarantine'
]),
];
require_once
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/inc/footer.inc.php'
;
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 9 Tue, 5:44 AM (7 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5345
默认替代文本
qhandler.php (875 B)
Attached To
Mode
rMAILCOW mailcow-tracking
附加的
Detach File
Event Timeline
Log In to Comment