ispman/lib http.lib,1.51,1.52
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3754/lib
Modified Files:
http.lib
Log Message:
fixes bug [ 963850 ] ispmanVhostExtraConf not masked
text entered for ispmanVhostExtraConf will get encoded with HTML Entities
Index: http.lib
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/http.lib,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- http.lib 31 May 2004 00:51:42 -0000 1.51
+++ http.lib 1 Jun 2004 00:03:46 -0000 1.52
@@ -1,3 +1,7 @@
+#!/usr/bin/perl
+
+use HTML::Entities;
+
$apacheLogsDirectory = $ispman->getConf("apacheLogsDirectory");
$apacheVhostsFile = $ispman->getConf("apacheVhostsFile");
$apacheVhostsHeader = $ispman->getConf("apacheVhostsHeader");
@@ -134,7 +138,7 @@
homeDirectory => $vhostInfo->{'homeDirectory'},
ispmanVhostServerAlias => $vhostInfo->{'ispmanVhostServerAlias'},
ispmanVhostIpAddress => $vhostInfo->{'ispmanVhostIpAddress'},
- ispmanVhostExtraConf => $vhostInfo->{'ispmanVhostExtraConf'},
+ ispmanVhostExtraConf => HTML::Entities::decode($vhostInfo->{'ispmanVhostExtraConf'}),
ispmanVhostDocumentRootOption =>
$vhostInfo->{'ispmanVhostDocumentRootOption'},
ispmanVhostScriptDirOption =>
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click