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

Adding the mk_map script

parent f09b50c8
No related branches found
No related tags found
No related merge requests found
<?php
/*
* This is a utility to regenerate the maps images from the command line
* The same can be acheved wia web with update_maps
*/
require_once("../lib/config.php");
require_once("../lib/eduGAIN_map.php");
eduGAIN_map::make_maps();
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