release 1.3.0

This commit is contained in:
Newcomer1989
2019-06-11 13:04:44 +02:00
parent 311a751f52
commit 46c5f0a6ce
76 changed files with 2580 additions and 4352 deletions

View File

@@ -4,7 +4,7 @@ function load_addons_config($mysqlcon,$lang,$cfg,$dbname) {
if(function_exists('enter_logfile')) {
enter_logfile($cfg,2,"Error on loading addons config.. Database down, not reachable, corrupt or empty?");
} else {
echo "Error on loading addons config.. Database down, not reachable, corrupt or empty?";
echo 'Error on loading addons config..<br><br>Check:<br>- You have already installed the Ranksystem? Run <a href="../install.php">install.php</a> first!<br>- Is the database reachable?<br>- You have installed all needed PHP extenstions? Have a look here for <a href="//ts-ranksystem.com/#windows">Windows</a> or <a href="//ts-ranksystem.com/#linux">Linux</a>?';
}
} else {
return $addons_config->fetchAll(PDO::FETCH_GROUP|PDO::FETCH_UNIQUE|PDO::FETCH_ASSOC);