diff --git a/README.md b/README.md index 1df9871..ff7457c 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,5 @@ See it in use at https://static.netsyms.net and https://dl.netsyms.net * For non-Apache, configure your server to serve /index.php for all subfolders * Edit the top of `index.php` to customize with your branding * Edit the list of ignored filenames + * Add any mirror URLs you have * (Recommended) Change the CDN URLs for Bootstrap and FontAwesome to your CDN of choice diff --git a/index.php b/index.php index b9ece38..b56d055 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,37 @@ \n"; if (count($MIRRORBASE) > 0 && !is_dir($dir . "/" . $f)) { - echo "\n"; - echo "\t Main\n"; + echo "\n"; + echo "\t" + . "" + . " Main\n"; foreach ($MIRRORBASE as $mirror) { $name = $mirror["name"]; $base = $mirror["base"]; - echo "\t $name\n"; + echo "\t" + . "" + . " $name\n"; } echo ""; }