@@ -1,3 +1,3 @@
<?php
-define('INSTALL_DATE',1578360044);
-define('SERIALNUMBER','N2L6Px');
+define('INSTALL_DATE',1663139561);
+define('SERIALNUMBER','SVPeu3');
@@ -1 +0,0 @@
-APP_DEBUG = true [APP] DEFAULT_TIMEZONE = Asia/Shanghai [DATABASE] TYPE = mysql HOSTNAME = 127.0.0.1 DATABASE = test USERNAME = username PASSWORD = password HOSTPORT = 3306 CHARSET = utf8 DEBUG = true [LANG] default_lang = zh-cn
@@ -1,8 +0,0 @@
-<IfModule mod_rewrite.c>
- Options +FollowSymlinks -Multiviews
- RewriteEngine On
-
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
-</IfModule>
@@ -17,7 +17,7 @@
</script>
</head>
<body class="gray-bg login-bg">
-<canvas id="canvas" width="900" height="300" style="position: fixed;top: -50px;width: 60%;left: 20%"></canvas>
+<!--<canvas id="canvas" width="900" height="300" style="position: fixed;top: -50px;width: 60%;left: 20%"></canvas>-->
<div class="middle-box text-center loginscreen animated fadeInDown">
<div class="login-group">
<h3 class="login-logo">
- RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
@@ -1,6 +1,5 @@
-location / {
- if (!-e $request_filename) {
- rewrite ^(.*)$ /index.php?s=/$1 last;
- break;
- }
+location / {
+ if (!-e $request_filename){
+ rewrite ^(.*)$ /index.php?s=$1 last; break;
+ }
+}
@@ -11,5 +11,5 @@
use think\facade\Route;
Route::miss(function () {
- return redirect(sys_config('site_url') . '/index');
+ return redirect(sys_config('site_url') . '/index.html');
});