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.4.8
This commit is contained in:
@@ -39,10 +39,8 @@
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<?php
|
||||
// 环境检测
|
||||
checkEnv($config['checkEnv']);
|
||||
?>
|
||||
<?php /** 环境检测 */ if ($config['checkEnv']) require_once APP_ROOT . '/application/check.php'; ?>
|
||||
|
||||
<script>
|
||||
// js 获取当前网址二维码
|
||||
var qrcode = new QRCode(document.getElementById("qrcode"), {
|
||||
|
||||
Reference in New Issue
Block a user