keyload/config.php

9 lines
390 B
PHP
Raw Normal View History

2023-09-28 21:29:21 +02:00
<?php
$Stylesheet = "index.css"; // path to stylesheet
$Icon = "favicon.svg"; // path to favicon
$uploadDir = "uploads/"; // directory to store uploads in
$keyFile = "passwords.txt"; // text file containing primary passwords
$tempKeyFile = "temporary_passwords.txt"; // text file containing temporary passwords
$maxFileSize = "100"; // in megabytes
?>