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 @@