Changeset 10187
- Timestamp:
- 07/22/10 11:48:47 (3 years ago)
- Files:
-
- modules/branches/2.8/backup/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/backup/install.php
r9671 r10187 276 276 } 277 277 } 278 279 if (!is_dir($amp_conf['ASTVARLIBDIR'].'/backups')) { 280 outn(_('Creating backups directory..')); 281 if (mkdir($amp_conf['ASTVARLIBDIR'].'/backups')) { 282 out(_('ok')); 283 } else { 284 out(_('failed')); 285 out(sprintf(_('WARNING: failed to create backup directory: %s'),$amp_conf['ASTVARLIBDIR'].'/backups')); 286 } 287 } 278 288 ?>
