Remove Versions classes and all related data

This commit is contained in:
DariusIII
2018-12-19 13:58:31 +01:00
parent 07074998be
commit 1077c467d6
376 changed files with 281 additions and 38949 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ while ($runVar['counts']['iterations'] > 0) {
function errorOnSQL()
{
$colorCli->error(PHP_EOL.'Monitor encountered severe errors retrieving process data from MySQL. Please diagnose and try running again.'.PHP_EOL);
(new ColorCLI())->error(PHP_EOL.'Monitor encountered severe errors retrieving process data from MySQL. Please diagnose and try running again.'.PHP_EOL);
}
/**