From b61c9c2ce93399b86e440f2039fba7d3b6e287e7 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 19 Nov 2010 03:01:03 +0000 Subject: [PATCH] Shortened the comments to be less than 80 chars per line and re-arranged /worded them a little. --- ctrl/web_handler.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ctrl/web_handler.ini b/ctrl/web_handler.ini index c31a5d6d3e..a26dcf9ffd 100644 --- a/ctrl/web_handler.ini +++ b/ctrl/web_handler.ini @@ -3,15 +3,15 @@ ; This file contains a list of web content file extensions/suffixes ; which require an external parser/interpreter. -[CGI] -; Native CGI interpreters are listed in this section. - -; These file extensions must also be listed in your sbbs.ini->[Web]->CgiExtensions -; key if you want such files located outside of the configured [Web]->CgiDirectory +; These file suffixes must also be in your sbbs.ini->[Web]->CgiExtensions +; key if you want such files located outside of the [Web]->CgiDirectory ; to be executable as CGI programs. -; One notable difference though, file extensions listed here do not include the '.' +; NOTE: file extensions listed here do not include the '.' + +[CGI] +; Native CGI interpreters are listed in this section. php = /usr/local/bin/php-cgi pl = /usr/bin/perl -- GitLab