Move commands and downloads pages into database

Available under "Pages" in Admin Panel
This commit is contained in:
tobi132
2019-12-03 05:18:48 +01:00
parent ba1d52d6dd
commit bc3fd61bde
8 changed files with 43 additions and 229 deletions

View File

@@ -273,10 +273,4 @@ $config = array(
'monsters' => array(),
'npc' => array()
);
// download link to client.
$config['client_download'] = 'http://tibia-clients.com/clients/download/'. $config['client'] .'/exe/windows';
$config['client_download_linux'] = 'http://tibia-clients.com/clients/download/'. $config['client'] .'/tar/linux';
?>
);