diff options
author | pav <pav@FreeBSD.org> | 2004-12-18 22:22:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-18 22:22:56 +0800 |
commit | 9023d64590d228dadd7e2d9b1db0c7b32affb6c9 (patch) | |
tree | 0f55698ce4d0ec95a48d71d462563447602ed072 /www/Makefile | |
parent | 25fd5a7952162e5a6ef9ca8b0231fcf51358a46e (diff) | |
download | freebsd-ports-gnome-9023d64590d228dadd7e2d9b1db0c7b32affb6c9.tar.gz freebsd-ports-gnome-9023d64590d228dadd7e2d9b1db0c7b32affb6c9.tar.zst freebsd-ports-gnome-9023d64590d228dadd7e2d9b1db0c7b32affb6c9.zip |
Add autoindex, a PHP script that makes a table that lists the files in a
directory, and lets users access the files and subdirectories. It includes
searching, icons for each file type, an admin panel, uploads, access logging,
file descriptions, and more.
This software comes in two versions, one which works with PHP 4.x,
and one which works with PHP 5.x
Submitted by: DanGer <danger@wilbury.sk>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index aa84411e3c83..850393fa738c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -35,6 +35,8 @@ SUBDIR += aswiki SUBDIR += august SUBDIR += auth_ldap + SUBDIR += autoindex + SUBDIR += autoindex2 SUBDIR += awstats SUBDIR += axis SUBDIR += bins |