PHP AJAX File Manager (PAFM) is a web file manager influenced by the KISS Principle.
Open pafm.php with your code editor of choice (note that you can change the password of pafm using pafm)
then scroll down till you see /** configuration **/
-
PASSWORD
is, obviously, the password for PAFM. The default password isauth
. -
ROOT
is the path to the directory you want to manage (this is done bychdir
).- E.g. if you want to manage your home directoy,
change
ROOT
to/home
- E.g. if you want to manage your home directoy,
change
![pafm login][1] [1]: http://mus.tafa.us/projects/pafm/images/login-sm.png "login window"
![pafm list][2] [2]: http://mus.tafa.us/projects/pafm/images/list-sm.png "file listing and functions"
![pafm upload][3] [3]: http://mus.tafa.us/projects/pafm/images/upload-sm.png "the upload window"
- Minor changes
- Rewrote CodeMirror installation method
- Minor code changes
- Bug fixes
- CodeMirror Added
- Minor bug fixes
- Fixed upload-check bug in Chrome
- Fixed bug with move list directory icon
- Added warning when the password is default
- One-file release
> This is made possible by [Makefile](https://github.com/mustafa0x/pafm/blob/master/Makefile), which combines the project into a single file, for portablility.
- HTML5 uploading
- File Copying
- Remote Copy
- File Last Modifed Column
- Removed CodePress
- ROOT directive changes
- Display version number
- Multiple file upload
- Rewrite folder/file loops
- Remove onclick events
- PHP Shell
- Hash file operations (e.g.
#edit&file=foo.bar
)