From 01a5917c49a163d1370832dbf84980abceebd18f Mon Sep 17 00:00:00 2001
From: Tomasz Wolniewicz <twoln@umk.pl>
Date: Mon, 19 Jun 2023 17:15:10 +0200
Subject: [PATCH] use autoloader

---
 scripts/mk_map.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/mk_map.php b/scripts/mk_map.php
index 7f0eb50..6822cfe 100644
--- a/scripts/mk_map.php
+++ b/scripts/mk_map.php
@@ -4,7 +4,7 @@
  * The same can be acheved  wia web with update_maps
  */
 require_once("../lib/config.php");
-require_once("../lib/eduGAIN_map.php");
+require_once('../lib/autoload.php');
 eduGAIN_map::make_maps();
 eduGAIN_map::make_maps(1);
 ?>
-- 
GitLab