| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Summary view] [Print] [Text view]
1 <?php // $Id: log.php,v 1.15.2.1 2008/05/02 04:07:30 dongsheng Exp $ 2 // log.php - old scheduled backups report. Now redirecting 3 // to the new admin one 4 5 require_once("../config.php"); 6 7 require_login(); 8 9 require_capability('moodle/site:backup', get_context_instance(CONTEXT_SYSTEM)); 10 11 redirect("$CFG->wwwroot/$CFG->admin/report/backups/index.php", '', 'admin', 1); 12 13 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |