You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
v2.5.1
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php if ($config['ad_bot']) echo $config['ad_bot_info']; // 底部广告
|
||||
<?php
|
||||
defined('APP_ROOT') ?: exit; // 禁止访问
|
||||
if ($config['ad_bot']) echo $config['ad_bot_info']; // 底部广告
|
||||
?>
|
||||
<footer class="text-muted small col-md-12" style="text-align: center;">
|
||||
<hr>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/function.php';
|
||||
?>
|
||||
<?php require_once __DIR__ . '/function.php'; ?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-cn">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user