MDL-23640 fixed borked include, my fault - credit goes to Basil Gohar
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
// require moodle configuration data
|
||||
require_once(dirname(dirname(dirname(dirname(dirname(dirname(__FILE__)))))).'/config.php');
|
||||
require_once(dirname(dirname(dirname(dirname(dirname(dirname(dirname(dirname(__FILE__)))))))).'/config.php');
|
||||
require_once("./includes/general.php");
|
||||
|
||||
// Set RPC response headers
|
||||
|
||||
Reference in New Issue
Block a user