dn42-roagen/_define.php

13 lines
236 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();
?>