From 73f710a11ed9fbe0d672f17dc20a554e79b43690 Mon Sep 17 00:00:00 2001 From: Eclipse Date: Wed, 27 Sep 2023 20:56:13 +0200 Subject: [PATCH] moved files to conf/ directory so the install script can install them like config files --- {src => conf}/index.html | 0 {src => conf}/restarter.php | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {src => conf}/index.html (100%) rename {src => conf}/restarter.php (100%) diff --git a/src/index.html b/conf/index.html similarity index 100% rename from src/index.html rename to conf/index.html diff --git a/src/restarter.php b/conf/restarter.php similarity index 100% rename from src/restarter.php rename to conf/restarter.php