The PHP implementation of PhotoBackup server, made with core PHP functions.
Copy the files in a PHP-enabled webdirectory.
Apache should enable mod_rewrite and accept .htaccess files.
To Configure the server, change the constants/variables in the index.php:
MEDIA_ROOT, the directory where the pictures are written in ;PASSWORD, the password as cleartext SIMPLE BUT NOT RECOMMEND ;$pw_hash, the sha512 hased password - if emtpy, thePASSWORDwill be hashed$logfile, the path to a logfile - if emtpy/null, logging is disabled