README 1011 B

1234567891011121314151617181920212223242526272829303132
  1. --- SOFM ---
  2. SOFM (Simple online file manager) is a file manager written in PHP.
  3. This software is released under the GPLv3.
  4. --- Usage ---
  5. *Extract SOFM anywhere and chmod 776 users/
  6. *Modify config.php to your standards.
  7. *Connect to SOFM from any web browser.
  8. --- Changelog ---
  9. 11/22/2020 - v1.2.1
  10. *CSS modifications
  11. *Directory creation bug fixes
  12. *Redirection fixes, navigation bar modifications
  13. *Check for directory backspacing (..)
  14. *Added file mimetypes for upload (extensions included)
  15. 11/4/2020 - v1.1.0
  16. *Other subtle CSS changes, W3S verified
  17. *Fixed some mimetypes, and added file extensions to database
  18. *Modifications to about page
  19. *Removed two step linking for registeration and login
  20. *Removed unneeded code from past projects.
  21. *Modified footer / header.php
  22. 11/3/2020 - v1.0.1
  23. *CSS cleanup, and re-work
  24. *Modified header / footer files from parsing text to parsing via php for usage of the server side functions
  25. --- Licensing and copyright:
  26. (C) Copyright 2014-2020 Chris Dorman - Some rights reserved