[Astpp-commit] SF.net SVN: astpp:[2190] trunk/astpp-admin.cgi
Brought to you by:
darrenkw
|
From: <dar...@us...> - 2008-08-28 17:15:07
|
Revision: 2190
http://astpp.svn.sourceforge.net/astpp/?rev=2190&view=rev
Author: darrenkw
Date: 2008-08-28 17:15:17 +0000 (Thu, 28 Aug 2008)
Log Message:
-----------
Fixed a problem caused by a missing configuration line.
Modified Paths:
--------------
trunk/astpp-admin.cgi
Modified: trunk/astpp-admin.cgi
===================================================================
--- trunk/astpp-admin.cgi 2008-08-23 19:11:56 UTC (rev 2189)
+++ trunk/astpp-admin.cgi 2008-08-28 17:15:17 UTC (rev 2190)
@@ -11133,6 +11133,7 @@
###################Start of Application ###################
&initialize();
+if (!$config->{template_die_on_bad_params}) {$config->{template_die_on_bad_params} = 0;}
my $template =
HTML::Template->new( filename => '/var/lib/astpp/templates/main.tpl',
die_on_bad_params => $config->{template_die_on_bad_params} );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|