Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedevin committed Dec 7, 2013
1 parent b238d4e commit 4b90152
Showing 1 changed file with 13 additions and 24 deletions.
37 changes: 13 additions & 24 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,33 @@
osFileManager 2.0
----------------------
osFileManager 2.2
---

**This is an old version for people runing older versions of PHP**.

**For the latest code see https://github.com/arzynik/cheryl or visit http://cheryl.io**

---

Created by Devin Smith, July 1st 2003
http://www.osfilemanager.com
http://www.arzy.net

PHP Filemanager. Includes User CP, Admin CP, and many basic file creation/modifying tools.
Alows user defined themes as well.
File Functions include: List, Open, View, Edit, Create, Upload, Rename and Move.
User Functions include: Change password, and Change color scheme.
Admin Functions include: New user, Edit user, Delete user.

Install
-------
### Install

1. Open "index.php" is a text editor and set the configuration variables.
2. Upload the file "index.php" and the two folders "files" and "public" to you web server.
3. CHMOD the any directorys you plan to upload or edit files from to "0777".
This includes "files" and "public"
4. Run the sql in the "users.sql" file.
5. Open "index.php" in your web browser and login.

Default users:
User Password Home Directory
admin password ./
root password /



Version History
---------------
2.2
Fixed default user permissions when not using suphp.

2.1
Fixed user issues
#### Default users:
- u: admin / p: password
- u: root / p: password

2.0
Riped out any functionality the old version had and redid the UI
Change login system security issues
Added FamFamFam icons


END OF LINE

0 comments on commit 4b90152

Please sign in to comment.