tazpkg diff tazpanel/pkgs.cgi @ rev 943

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Feb 19 18:05:03 2017 +0000 (2017-02-19)
parents 62fda2a9d702
children 9d683c983e2e
line diff
     1.1 --- a/tazpanel/pkgs.cgi	Wed Aug 03 10:28:15 2016 +0300
     1.2 +++ b/tazpanel/pkgs.cgi	Sun Feb 19 18:05:03 2017 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  #
     1.5  # TazPkg CGI interface - Manage packages via a browser
     1.6  #
     1.7 -# This CGI interface extensively uses tazpkg to manage packages and have
     1.8 +# This CGI interface extensively uses tazpkg to manage packages and has
     1.9  # its own code for some tasks. Please KISS, it is important and keep speed
    1.10  # in mind. Thanks, Pankso.
    1.11  #
    1.12 @@ -1030,7 +1030,7 @@
    1.13  			fi
    1.14  		fi
    1.15  
    1.16 -		# Show Block/Unblock, and Repack buttons
    1.17 +		# Show Block/Unblock and Repack buttons
    1.18  		[ "$REMOTE_USER" == "root" ] &&
    1.19  		if [ -d $INSTALLED/$pkg ]; then
    1.20  			if grep -qs "^$pkg$" "$BLOCKED"; then