Skip to content
Snippets Groups Projects
Commit 01a5917c authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

use autoloader

parent ac1dfd5e
Branches
Tags
3 merge requests!3Align master branch with twoln-dev,!2Synchronising towards version 2.5,!1Twoln dev
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* The same can be acheved wia web with update_maps * The same can be acheved wia web with update_maps
*/ */
require_once("../lib/config.php"); require_once("../lib/config.php");
require_once("../lib/eduGAIN_map.php"); require_once('../lib/autoload.php');
eduGAIN_map::make_maps(); eduGAIN_map::make_maps();
eduGAIN_map::make_maps(1); eduGAIN_map::make_maps(1);
?> ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment