소스 검색

fix

master
Daniel 3 년 전
부모
커밋
9f1d3e5a7a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      _contao_backup/contao_backup.php

+ 1
- 1
_contao_backup/contao_backup.php 파일 보기

@@ -37,7 +37,7 @@ if (count($backupFileNames) > NUM_BACKUPS) {

$b = __DIR__;
$parentDir = substr(__DIR__, 0, strlen($curDirName) * -1);
$shellCommand = 'mysqldump --user=' . DATABASE_USER . ' --password="' . DATABASE_PASS . '" ' . DATABASE_NAME . ' > dump.sql';
$shellCommand = "mysqldump --user=" . DATABASE_USER . " --password='" . DATABASE_PASS . "' " . DATABASE_NAME . " > dump.sql";
shell_exec($shellCommand);

$zip = new ZipArchive();


불러오는 중...
취소
저장