tbrehm
2012-01-04 050c0f28c8344a8bfdab268a6d80d8a65070ba50
- changed update backup path.
1 files modified
2 ■■■ changed files
install/update.php 2 ●●● patch | view | raw | blame | history
install/update.php
@@ -128,7 +128,7 @@
if($do_backup == 'yes') {
    
    //* Create the backup directory
    $backup_path = '/var/backup/backup/ispconfig_'.date('Y-m-d_H-i');
    $backup_path = '/var/backup/ispconfig_'.date('Y-m-d_H-i');
    $conf['backup_path'] = $backup_path;
    exec("mkdir -p $backup_path");
    exec("chown root:root $backup_path");