huangsanjia 1 год назад
Родитель
Сommit
f983ebb1a9

+ 1 - 0
application/admin/command/Install/install.lock

@@ -0,0 +1 @@
+1

+ 1 - 1
application/config.php

@@ -259,7 +259,7 @@ return [
         // 驱动方式
         'type'     => 'Mysql',
         // 缓存前缀
-        'key'      => 'i3d6o32wo8fvs1fvdpwens',
+        'key'      => '9jAoavKbOJeIsDuSFXZ2Enc8WphR7mLU',
         // 加密方式
         'hashalgo' => 'ripemd160',
         // 缓存有效期 0表示永久缓存

+ 0 - 0
public/admin.php → public/ReZpnAIXhw.php


+ 0 - 30
public/install.php

@@ -1,30 +0,0 @@
-<?php
-
-// +----------------------------------------------------------------------
-// | ThinkPHP [ WE CAN DO IT JUST THINK ]
-// +----------------------------------------------------------------------
-// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
-// +----------------------------------------------------------------------
-// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
-// +----------------------------------------------------------------------
-// | Author: liu21st <liu21st@gmail.com>
-// +----------------------------------------------------------------------
-// [ 安装文件 ]
-// 建议安装完成后移除此文件
-// 定义应用目录
-define('APP_PATH', __DIR__ . '/../application/');
-
-// 加载框架引导文件
-require __DIR__ . '/../thinkphp/base.php';
-
-// 绑定到安装控制器
-\think\Route::bind('\app\admin\command\Install', 'controller');
-
-// 开启路由
-\think\App::route(true);
-
-// 设置根url
-\think\Url::root('');
-
-// 执行应用
-\think\App::run()->send();