# HG changeset patch # User Hans-G?nter Theisgen # Date 1656496589 -3600 # Node ID d008cce77ad15e8133c8e70ede95926d26ae1919 # Parent 8c3395ca87ebcc2fcc23018ef9a87cf8cfc05d08 updated phpfm (0.9.8 -> 1.7.9) diff -r 8c3395ca87eb -r d008cce77ad1 phpfm/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phpfm/description.txt Wed Jun 29 10:56:29 2022 +0100 @@ -0,0 +1,6 @@ +PhpFileManager is a complete filesystem management tool on a single file. + +This is a tool meant for rapid file access, and also to verify the server +PHP configuration and security. +The script can be renamed and deployed on an unique known url, and offers +password protection. diff -r 8c3395ca87eb -r d008cce77ad1 phpfm/receipt --- a/phpfm/receipt Wed Jun 29 10:51:43 2022 +0100 +++ b/phpfm/receipt Wed Jun 29 10:56:29 2022 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="phpfm" -SOURCE="phpFileManager" -VERSION="0.9.8" +VERSION="1.7.9" CATEGORY="misc" SHORT_DESC="PHP Filesystem Management Tool in a single file." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL2 LGPL2.1 MPL" +LICENSE="LGPL3" +WEB_SITE="https://sourceforge.net/projects/phpfm/" + +SOURCE="phpFileManager" TARBALL="$SOURCE-$VERSION.zip" -WEB_SITE="http://phpfm.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="php" @@ -23,5 +24,5 @@ genpkg_rules() { mkdir -p $fs/var/www/$PACKAGE - cp $src/index.php $fs/var/www/$PACKAGE/ + cp $src/index.php $fs/var/www/$PACKAGE/ }