mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 21:44:59 +00:00
fix crawl request warnings
This commit is contained in:
parent
a8ee8515c6
commit
c770a912f0
@ -6,7 +6,7 @@ ini_set('display_startup_errors', '1');
|
||||
error_reporting(E_ALL);
|
||||
|
||||
// Website
|
||||
define('WEBSITE_DOMAIN', !empty($_SERVER['HTTP_HOST']) ? 'http://' . $_SERVER['HTTP_HOST'] : '');
|
||||
define('WEBSITE_DOMAIN', (issue($_SERVER['HTTP_HOST']) ? 'http://' . $_SERVER['HTTP_HOST'] : ''));
|
||||
|
||||
// Database
|
||||
define('DB_NAME', 'database.sqlite');
|
||||
|
Loading…
x
Reference in New Issue
Block a user