mirror of
https://github.com/okxlin/appstore.git
synced 2026-03-09 18:27:59 +08:00
17 lines
512 B
PHP
17 lines
512 B
PHP
<?php
|
|
if(!defined('IN_DISCUZ')) {
|
|
exit('Access Denied');
|
|
}
|
|
?>
|
|
<br />
|
|
<center>
|
|
<?php echo adshow('footerbanner//1').adshow('footerbanner//2').adshow('footerbanner//3'); ?>
|
|
<div id="footer">
|
|
Powered by <strong><a target="_blank" href="https://www.discuz.vip">Discuz! <?php echo $_G['setting']['version']; ?> Archiver</a></strong> © 2001-2023 <a href="https://code.dismall.com" target="_blank">Discuz! Team</a>.
|
|
<br />
|
|
<br />
|
|
</div>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
<?php output(); ?>
|