From cc65688b3da3e16729a1f73dd50fd975bd1ff741 Mon Sep 17 00:00:00 2001
From: hellkat <hellkat@ispconfig3>
Date: Tue, 26 Mar 2013 00:43:51 -0400
Subject: [PATCH] Merged revisions 3845-3876 and 3879-3918 from stable branch.
---
install/update.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install/update.php b/install/update.php
index cc2d175..b7753dc 100644
--- a/install/update.php
+++ b/install/update.php
@@ -129,7 +129,7 @@
if($do_backup == 'yes') {
//* Create the backup directory
- $backup_path = '/var/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");
--
Gitblit v1.9.1