diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-20 10:58:25 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-20 10:58:25 +0200 |
commit | 0255b5f7f31c4c6caefc736c59ba6959d671a92d (patch) | |
tree | 0bdad18ce5a702b7133b5169fb40d7951a8c105e /README.md | |
parent | cb3949d974f30501281fd2546ef23c81ac0282b3 (diff) | |
download | fileup-0255b5f7f31c4c6caefc736c59ba6959d671a92d.tar.gz |
Broke up loggedin.js into modules
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ File upload service that just about works most of the time - Make sure php/configuration.php is pointing to a sane database. - Execute INIT_DATABASE.sql on that database +- make sure the directory $storage_root exists and PHP has write access to it - Build the JavaScript ## Building the JavaScript |