Removed some PHP7 deprecated stuff.
Fixed path issue mentioned in https://github.com/DSB/MySQLDumper/issues/5
Dieser Commit ist enthalten in:
Ursprung
bbfad7128b
Commit
bd4a75d915
5 geänderte Dateien mit 1120 neuen und 1019 gelöschten Zeilen
|
|
@ -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/';
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren