# HG changeset patch # User Paul Issott # Date 1307794617 -3600 # Node ID 1628c6302869ed13d7f9500f23cfbaf8dfec6508 # Parent 86ae121e06435d759c7e0edf73f63e4042900ab8 busybox: tiny edits diff -r 86ae121e0643 -r 1628c6302869 busybox/stuff/www/cgi-env.sh --- a/busybox/stuff/www/cgi-env.sh Fri Jun 10 23:24:45 2011 +0200 +++ b/busybox/stuff/www/cgi-env.sh Sat Jun 11 13:16:57 2011 +0100 @@ -23,7 +23,10 @@

Welcome to the SliTaz web server CGI Shell environment. Let the power of SHell script meet the web! Here you can check HTTP info and try some - requests. Including /usr/bin/httpd_helper.sh in your scripts lets you + requests. +

+

+ Including /usr/bin/httpd_helper.sh in your scripts lets you use PHP-like syntax such as: \$(GET var)

diff -r 86ae121e0643 -r 1628c6302869 busybox/stuff/www/index.html --- a/busybox/stuff/www/index.html Fri Jun 10 23:24:45 2011 +0200 +++ b/busybox/stuff/www/index.html Sat Jun 11 13:16:57 2011 +0100 @@ -22,7 +22,7 @@ configuration file is /etc/httpd.conf. CGI support is activated by default using the SHell interpreter for *.sh and *.cgi files. This page is located in the server root directory /var/www. The default configuration is to allow - connection only from localhost so port 80 is not open for security + connections only from localhost so port 80 is not open for security reasons.