added legacy server info
This commit is contained in:
parent
ea63b30422
commit
a49371c3dd
15 changed files with 218 additions and 53 deletions
|
|
@ -15,6 +15,7 @@ ini_set('display_errors', '0');
|
|||
|
||||
$websiteConfig = [];
|
||||
$websiteConfigFiles = [
|
||||
WEBSITE_CONFIG_DIR . '/pricing.php',
|
||||
WEBSITE_CONFIG_DIR . '/config.php',
|
||||
WEBSITE_CONFIG_DIR . '/config.local.php',
|
||||
];
|
||||
|
|
@ -32,8 +33,8 @@ foreach ($websiteConfigFiles as $configFile) {
|
|||
|
||||
$websiteDefaults = [
|
||||
'site_name' => 'Gameservers.World',
|
||||
'site_tagline' => 'Developer-backed game hosting with full server access, mod support, daily backups, and optional custom engineering help through Runlevel Systems.',
|
||||
'meta_description' => 'Affordable virtual private game servers backed by developers, software engineers, and infrastructure specialists. Launch a standard server or get help with mods, automation, integrations, and custom tooling.',
|
||||
'site_tagline' => 'Developer-backed game hosting for modern and legacy communities, with full server access, daily backups, and optional custom engineering help through Runlevel Systems.',
|
||||
'meta_description' => 'Affordable game servers for modern and legacy communities, backed by developers, software engineers, and infrastructure specialists. Launch a standard server or get help with mods, automation, integrations, and custom tooling.',
|
||||
'base_path' => null,
|
||||
'public_base_url' => null,
|
||||
'billing_base_url' => '/billing',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue