]> gitweb.fluxo.info Git - puppet-pmwiki.git/commitdiff
Minor escaping issue
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 8 Jul 2013 15:17:57 +0000 (12:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 8 Jul 2013 15:17:57 +0000 (12:17 -0300)
templates/pmwiki.sh.erb

index 429b881c4f79919d0201a75e1059cf8f13204504..fbdb544cff45ce5ca9ee94796c1b899a74cc8e09 100644 (file)
@@ -128,7 +128,7 @@ function pmwiki_install {
 Options +FollowSymLinks
 RewriteEngine on
 RewriteRule ^/?$ https://$site.<%= domain %>/Main/HomePage [R=permanent,QSA,L]
-RewriteRule ^([^/a-z].*) field.php?n=$1 [QSA,L]
+RewriteRule ^([^/a-z].*) field.php?n=\$1 [QSA,L]
 EOF
 
   # Setup config file