导演:刘仕裕
主演:林正英 吴君如 邱建国 曹查理 胡枫 熊欣欣 黄一飞
关键词:喜剧 恐怖
</div>
</div>
</div>
</div>
<a style=&qu
</div>
</div>
</div>
</div>
<a style="display: inline-block;width: 24px;height: 24px;line-height: 24px;text-align: center;border-radius: 50%;color: #fff;font-size: 24px;background-color: #000;position: absolute;top: 80px;right: 40px;text-decoration: none;" target="_blank" href="https://github.com/jerrykuku/luci-theme-argon">
←
</a>
</body>
</html>
```
```diff
diff --git a/app/view/admin_app.php b/app/view/admin_app.php
index 317b570..9c3e5d5 100644
--- a/app/view/admin_app.php
b/app/view/admin_app.php
@@ -1,7 1,7 @@
<!DOCTYPE html>
<html>
<head>
-<?php if (SUPPTPL && file_exists('./app/view/' . TPLDIR . '/admin_app.php')) { ?>
-<?php include './app/view/' . TPLDIR . '/admin_app.php'; ?>
<?php if (SUPPTPL && file_exists('./app/view/' . TPLDIR . '/' . TPLDIR . '_admin_app.php')) { ?>
<?php include './app/view/' . TPLDIR . '/' . TPLDIR . '_admin_app.php'; ?>
<?php } else { ?>
<?php include './app/view/default/default_admin_app.php'; ?>
<?php } ?>
diff --git a/app/view/admin_com.php b/app/view/admin_com.php
index fc01e71..3ffe484 100644
--- a/app/view/admin_com.php
b/app/view/admin_com.php
@@ -4,7 4,7 @@ $admin_password = $symphony['config']['adminpassword'] ?? null;
$disable_system = ($symphony['config']['disable_system'] ?? 0) == 1;
ob_clean();
?>
-<?php if ((SUPPTPL && file_exists('./app/view/' . TPLDIR . '/admin_com.php')) || file_exists('./app/view/default/default_admin_com.php')) { ?>
<?php if ((SUPPTPL && file_exists('./app/view/' . TPLDIR . '/' . TPLDIR . '_admin_com.php')) || file_exists('./app/view/default/default_admin_com.php')) { ?>
<?php if (isset($_SERVER['HTTP_ORIGIN']) && in_array($_SERVER['HTTP_ORIGIN'], $symphony['config']['allowed_origins'])) { ?>
<?php header("Access-Control-Allow-Origin: ".$_SERVER['HTTP_ORIGIN']); ?>
<?php header('Access-Control-Allow-Credentials: true'); ?>
@@ -21,7 21,7 @@ if ($symphony['config']['admin_password_enable'] == 1 && $admin_password && (file
} else {
throw new \Exception('Admin password not configured', 400);
}
-} else { ?>
} else { ?>
<?php include './app/view/default/default_admin_com.php'; ?>
<?php } ?>
diff --git a/app/view/admin_express.php b/app/view/admin_express.php
index 84cde6d..b77fcf3 100644
--- a/app/view/admin_express.php
b/app/view/admin_express.php
@@ -113,7 113,7 @@ function apcu_clear($key) {
IPCSet('Cache', $cachetmp, $cache_time);
}
-} else { ?>
} else { ?>
<h3>赞助</h3>
<br>
@@ -124,4 124,4 @@ IPCSet('Cache', $cachetmp, $cache_time);
<img src="https://i.loli.net/2019/10/12/d2zR8
详情