jmkim / simplex

Simple web directory index (PHP file explorer)

Home Page:https://jmkim.github.io/simplex/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplex

Works well on PHP with any web servers. Try Simplex Demo.

How to install

Just put index.php in your sharing folder.
$ cd directory_you_wanna_share/

# clone Simplex git to your sharing directory
$ git clone git@github.com:jmkim/simplex.git

# move index.php to the parent directory
$ cd simplex/
$ mv index.php ../
$ cd ../

# remove Simplex git from your sharing directory
$ rm -rf .htaccess
$ rm -rf simplex

Credits

License

	This is free software and it's distributed under GNU/GPL Licence.

	Encode Explorer is written in the hopes that it can be useful to people,
	and Simplex is following it respectfully.
	It has NO WARRANTY and when you use it, the author is not responsible
	for how it works (or doesn't).

	Faenza Icons (http://tiheum.deviantart.com/art/Faenza-Icons-173323228)
	are used which is distributed under the GNU/GPL License.

About

Simple web directory index (PHP file explorer)

https://jmkim.github.io/simplex/demo/

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%