mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
add .env.example
This commit is contained in:
@@ -3,7 +3,7 @@ if(!defined('IN_TRACKER')) {
|
||||
die('Hacking attempt!');
|
||||
}
|
||||
if (!file_exists($rootpath . '.env')) {
|
||||
header('Location: ' . getBaseUrl() . '/install/install.php');
|
||||
header('Location: ' . getBaseUrl() . 'install/install.php');
|
||||
exit(0);
|
||||
}
|
||||
error_reporting(E_ALL);
|
||||
|
||||
Reference in New Issue
Block a user