diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-04-17 23:45:37 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-04-17 23:45:37 +0200 |
| commit | 06fe17291f74f73dee1d1860279cbbae52499ce0 (patch) | |
| tree | acd7963cd5e589516c510d99e50887e6b36c33a6 | |
| parent | d5cb8fd65d5c86c8627d3728d3aec7e1ae6ed4dd (diff) | |
| download | php-upload-06fe17291f74f73dee1d1860279cbbae52499ce0.tar.gz php-upload-06fe17291f74f73dee1d1860279cbbae52499ce0.tar.zst php-upload-06fe17291f74f73dee1d1860279cbbae52499ce0.zip | |
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | Readme.md | 3 | ||||
| -rw-r--r-- | screen.png | bin | 0 -> 34010 bytes |
3 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8438e72 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Upload app in PHP +Features: +- Requires login and password lo login +- Allows you to to upload files +- Dark mode by default + +Credentials in `passwords.txt` are: +- Username: maks, password: qwerty + + diff --git a/Readme.md b/Readme.md deleted file mode 100644 index 9bb15b6..0000000 --- a/Readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# Upload app in PHP -Credentials in `passwords.txt` are: -- Username: maks, password: qwerty diff --git a/screen.png b/screen.png Binary files differnew file mode 100644 index 0000000..477209d --- /dev/null +++ b/screen.png |
