This commit is contained in:
2023-04-07 13:59:48 +02:00
parent 7b66313c01
commit 24c32fa513
4 changed files with 42 additions and 26 deletions

View File

@ -1,5 +1,6 @@
<?php
mkdir("scans");
if (!file_exists("scans")) mkdir("scans");
foreach (scandir("./confs") as $file) {
if (strrpos($file, ".yaml")) {
$site = str_replace(".yaml", "", $file);