1
0
Fork 0

Removed some PHP7 deprecated stuff.

Fixed path issue mentioned in https://github.com/DSB/MySQLDumper/issues/5
Dieser Commit ist enthalten in:
dsb 2016-11-09 18:41:24 +01:00
Ursprung bbfad7128b
Commit bd4a75d915
5 geänderte Dateien mit 1120 neuen und 1019 gelöschten Zeilen

Datei anzeigen

@ -249,7 +249,7 @@ function WriteParams($as = 0, $restore_values = false)
$config['cron_execution_path'] = "msd_cron/";
}
if ($as == 0) {
$config['paths']['root'] = addslashes(Realpfad("./"));
$config['paths']['root'] = addslashes(basePath());
}
$config['files']['parameter'] = $config['paths']['config'] . $config['config_file'] . '.php';
$config['files']['iconpath'] = './css/' . $config['theme'] . '/icons/';