first commit

This commit is contained in:
2021-09-25 22:45:02 +02:00
parent a4b1e5bdea
commit 1a9410c7b0
13 changed files with 304 additions and 0 deletions

7
index.php Normal file
View File

@ -0,0 +1,7 @@
<?php
if (isset($_GET["site"])) {
include "siteNetworks.php";
} else {
include "sitesList.php";
}
?>