install/includes/payload.php
changeset 386 f0978aed065a
parent 385 ca6913ea2d44
child 536 218a627eb53e
--- a/install/includes/payload.php	Mon Jan 28 21:40:15 2008 -0500
+++ b/install/includes/payload.php	Mon Jan 28 21:54:44 2008 -0500
@@ -184,10 +184,10 @@
   {
     case 'standard':
     default:
-      $sp_append = 'index.php?title=';
+      $sp_append = '/index.php?title=';
       break;
     case 'shortened':
-      $sp_append = 'index.php/';
+      $sp_append = '/index.php/';
       break;
     case 'rewrite':
       $sp_append = '/';