The new 2.0 setup is under way... disabled copy and backup

SVN:trunk[2190]
This commit is contained in:
Romain Quetiez
2012-09-19 09:24:29 +00:00
parent e463bd8b48
commit d18ff8339a
2 changed files with 10 additions and 8 deletions

View File

@@ -126,7 +126,8 @@ class ApplicationInstaller
$aPreinstall = $this->oParams->Get('preinstall');
$aCopies = $aPreinstall['copies'];
$sReport = self::DoCopy($aCopies);
// disabled - $sReport = self::DoCopy($aCopies);
$sReport = "copy disabled...";
$aResult = array(
'status' => self::OK,