mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Added blocklib.php. Now it seems to work.
(not really sure if this script should exist!!) Bug 1702 (http://moodle.org/bugs/bug.php?op=show&bugid=1702)
This commit is contained in:
parent
42ad99c5a8
commit
ba9d68c4c3
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
<?php
|
||||
<?PHP //$Id$
|
||||
require_once ("../config.php");
|
||||
require_once ("backup_scheduled.php");
|
||||
require_once ("lib.php");
|
||||
require_once ("backuplib.php");
|
||||
require_once ("$CFG->libdir/blocklib.php");
|
||||
|
||||
require_login();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue