diff options
-rw-r--r-- | templates/pmwiki.sh.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pmwiki.sh.erb b/templates/pmwiki.sh.erb index 8a4b77f..429b881 100644 --- a/templates/pmwiki.sh.erb +++ b/templates/pmwiki.sh.erb @@ -135,8 +135,8 @@ EOF cat > $SITES/$site/wiki/local/config.php <<-EOF <?php if (!defined('PmWiki')) exit(); -$ScriptUrl = "https://$site.<%= domain %>"; -$EnablePathInfo = 1; +\$ScriptUrl = "https://$site.<%= domain %>"; +\$EnablePathInfo = 1; EOF } |