Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F15815
syncjob_logs.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
380 B
Referenced Files
None
订阅者
None
syncjob_logs.php
View Options
<?php
require_once
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/inc/prerequisites.inc.php'
;
header
(
'Content-Type: text/plain'
);
if
(!
isset
(
$_SESSION
[
'mailcow_cc_role'
]))
{
exit
();
}
if
(
isset
(
$_GET
[
'id'
])
&&
is_numeric
(
$_GET
[
'id'
]))
{
if
(
$details
=
mailbox
(
'get'
,
'syncjob_details'
,
intval
(
$_GET
[
'id'
])))
{
echo
(
empty
(
$details
[
'log'
]))
?
'-'
:
$details
[
'log'
];
}
}
?>
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 9 Tue, 5:40 AM (7 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5306
默认替代文本
syncjob_logs.php (380 B)
Attached To
Mode
rMAILCOW mailcow-tracking
附加的
Detach File
Event Timeline
Log In to Comment