[Rt-commit] r11744 - rt/branches/3.8-TESTING/html/Install
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Apr 16 06:22:19 EDT 2008
Author: sunnavy
Date: Wed Apr 16 06:22:19 2008
New Revision: 11744
Modified:
rt/branches/3.8-TESTING/html/Install/Start.html
Log:
updated Start.html with added elements
Modified: rt/branches/3.8-TESTING/html/Install/Start.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Install/Start.html (original)
+++ rt/branches/3.8-TESTING/html/Install/Start.html Wed Apr 16 06:22:19 2008
@@ -79,10 +79,9 @@
my $File;
(undef, $File ) = tempfile( 'rt_install_XXXXXX', TMPDIR => 1, UNLINK => 1 );
- RT::Interface::Web::EscapeURI( \$File );
-
- RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .
- "/Install/Step1.html?File=$File" );
+ $m->comp( 'Elements/SetConfig', File => $File, Variable => $config );
+ $m->comp( 'Elements/Redirect', File => $File, Page => '/Install/Step1.html' );
+
}
</%init>
More information about the Rt-commit
mailing list