更新数据文件

This commit is contained in:
LyLme 2022-02-23 22:26:17 +08:00
parent 67a945652d
commit 04b3554a4e
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ if($e==0) {
<div class="panel-body">
<?php
$domian=array('lylme','https');
@file_get_contents($domian[1].'://hao.'.$domian[0].'.com/install-tj.php?v=1.1.0date='.date('Y-m-d H:i').'&url='.$_SERVER['HTTP_HOST'], false, stream_context_create(array('http'=>array('method'=>"GET",'timeout'=>10))));
@file_get_contents($domian[1].'://hao.'.$domian[0].'.com/install-tj.php?v=1.1.0&date='.date('Y-m-d H:i').'&url='.$_SERVER['HTTP_HOST'], false, stream_context_create(array('http'=>array('method'=>"GET",'timeout'=>10))));
@file_put_contents("install.lock",'安装锁');
echo '<div class="alert alert-info"><font color="green">安装完成!管理账号和密码是:admin/123456</font><br/><br/><a href="../" target="_blank">>>网站首页</a><a href="../admin/" target="_blank">>>后台管理</a><hr/>更多设置选项请登录后台管理进行修改。<br/><br/><font color="#FF0033">如果你的空间不支持本地文件读写请自行在install/ 目录建立 install.lock 文件!</font><br>提示本程序使用Bing每日壁纸作为网站背景<br>添加每天的CRON任务[非必需]<br><font color="orange">GET http://'.$_SERVER['HTTP_HOST'].'/assets/img/cron.php</font> <br>执行后会每天更新网站背景为Bing每日壁纸忽略将使用默认图片作为背景<br/></div></div>';
?>