You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* 使用条款页面
|
||||
*/
|
||||
require_once __DIR__ . '/../application/header.php';
|
||||
require_once __DIR__ . '/../app/header.php';
|
||||
|
||||
/** 顶部广告 */
|
||||
if ($config['ad_top']) echo $config['ad_top_info'];
|
||||
@@ -25,4 +25,4 @@ if ($config['ad_bot']) echo $config['ad_bot_info'];
|
||||
</script>
|
||||
|
||||
<?php
|
||||
require_once __DIR__ . '/../application/footer.php';
|
||||
require_once __DIR__ . '/../app/footer.php';
|
||||
|
||||
Reference in New Issue
Block a user