mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 21:44:59 +00:00
add server environment configuration to keep the multi-adresing support
This commit is contained in:
parent
9b67c04889
commit
1f9b1503b9
@ -6,7 +6,7 @@ ini_set('display_startup_errors', '1');
|
||||
error_reporting(E_ALL);
|
||||
|
||||
// Website
|
||||
define('WEBSITE_DOMAIN', '');
|
||||
define('WEBSITE_DOMAIN', 'http://' . $_SERVER['HTTP_HOST']);
|
||||
|
||||
// Database
|
||||
define('DB_NAME', 'database.sqlite');
|
||||
|
Loading…
x
Reference in New Issue
Block a user