From dc7b04bb9c2d1a37d9a0c0975f21d29fb36aa1fe Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 28 Sep 2023 23:22:40 +0200 Subject: [PATCH] Add config.ini #5 --- config.ini | 11 +++++++++++ config.php | 27 +++++++++++++++++++++------ 2 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 config.ini diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..b539d89 --- /dev/null +++ b/config.ini @@ -0,0 +1,11 @@ +[html] +css = index.css +favicon = favicon.svg + +[upload] +upload_dir = uploads2/ +max_size = 100 + +[credentials] +key_file = passwords.txt +temp_key_file = temporary_passwords.txt diff --git a/config.php b/config.php index ef4daa8..a2cceb0 100644 --- a/config.php +++ b/config.php @@ -1,8 +1,23 @@