slitaz-base-files diff doc/httphelper.txt @ rev 343

fix ipinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 04 14:28:55 2020 +0000 (2020-10-04)
parents 524eab3120ae
children
line diff
     1.1 --- a/doc/httphelper.txt	Tue Apr 24 10:26:35 2012 +0200
     1.2 +++ b/doc/httphelper.txt	Sun Oct 04 14:28:55 2020 +0000
     1.3 @@ -4,8 +4,8 @@
     1.4  	function
     1.5  
     1.6  DESCRIPTION
     1.7 -	Httphelper is a CGI SHell helper providing PHP a like syntax and
     1.8 -	usefull functions to encode or crypt strings. Httphelper let you
     1.9 +	Httphelper is a CGI SHell helper providing PHP-like syntax and
    1.10 +	useful functions to encode or encrypt strings. Httphelper lets you
    1.11  	easily parse QUERY_STRING and work on any webserver supporting CGI.
    1.12  	
    1.13  FUNCTIONS
    1.14 @@ -31,5 +31,5 @@
    1.15  		echo "Input name has a value: $value"
    1.16  	fi
    1.17  	
    1.18 -AUTHOR
    1.19 +AUTHORS
    1.20  	Written by Pascal Bellard and Christophe Lincoln