1
0
Fork 0
dn42-roagen/lib/define.php

14 lines
305 B
PHP

<?php
// Folder with route6 objects.
$files6 = scandir ("../registry/data/route6/");
// Folder with route objects.
$files4 = scandir ("../registry/data/route/");
// Define array() we are gonna store data inside.
$roas = array();
$web_registry_url = 'https://git.dn42.dev/dn42/registry/src/master';
?>