Changeset 711
- Timestamp:
- 01/20/09 21:58:51 (14 years ago)
- Location:
- plugins/autoBackup
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/autoBackup/_prepend.php
r703 r711 11 11 # -- END LICENSE BLOCK ------------------------------------ 12 12 13 $__autoload['autoBackupBehaviors'] = dirname(__FILE__).'/inc/ lib.auto.backup.behaviors.php';13 $__autoload['autoBackupBehaviors'] = dirname(__FILE__).'/inc/class.auto.backup.behaviors.php'; 14 14 $__autoload['autoBackup'] = dirname(__FILE__).'/inc/lib.auto.backup.php'; 15 15 $__autoload['mail'] = dirname(__FILE__).'/inc/class.mail.php'; -
plugins/autoBackup/index.php
r703 r711 14 14 # Need to be a super admin to access this plugin 15 15 if (!defined('DC_CONTEXT_ADMIN')) { exit; } 16 17 18 $core->blog->dcCron->putTask('autoBackup',3610*25*15,array($core->blog->autobackup,'check')); 16 19 17 20 $action = !empty($_REQUEST['action']) ? $_REQUEST['action'] : null;
Note: See TracChangeset
for help on using the changeset viewer.