Update access map v4

This commit is contained in:
Ronan 2021-08-06 18:12:17 +02:00
parent e0e3110edd
commit 1ef3f69483

View file

@ -13,6 +13,8 @@ if (isset($_GET['function'])) {
get_enigma_code();
elseif ($_GET['function'] == "get_plaquette_code")
get_plaquette_code();
elseif ($_GET['function'] == "get_map_selectors")
get_map_selectors();
} else
show_error();