fix thumb toutal

This commit is contained in:
icret
2021-12-21 21:07:05 +08:00
parent 178fbeba68
commit c70b1e72d8
10 changed files with 134 additions and 127 deletions

View File

@@ -67,7 +67,13 @@
}
if (isset($config['footer'])) {
echo ' <div>' . $config['footer'] . ' </div>';
echo '<div>' . $config['footer'] . '
Copyright © 2018-'.date('Y').'
<a href="https://img.545141.com/" target="_blank"> EasyImage</a> By
<a href="https://www.545141.com" target="_blank"> Icret</a> Version:
<a href="https://github.com/icret/EasyImages2.0" target="_blank"> '. $config['version'].'</a>
<a href="/admin/terms.php" target="_blank"> DMCA</a>
</div>';
}
?>