Changeset 1521

Show
Ignore:
Timestamp:
11/07/2009 09:29:08 PM (10 months ago)
Author:
BrianKoontz
Message:

Fixed a 404 error during installation (base_url issue). Refs #912.

Location:
branches/1.2/setup
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/setup/default.php

    r1515 r1521  
    1212 */ 
    1313?> 
    14 <form action="setup/test/test-mod-rewrite.php" name="form1" method="post"> 
     14<form action="<?php echo WIKKA_BASE_URL ?>setup/test/test-mod-rewrite.php" name="form1" method="post"> 
    1515<table> 
    1616        <?php 
  • branches/1.2/setup/index.php

    r1515 r1521  
    9191<div class="header"> 
    9292<?php // @@@ use StaticHref() for src attribute? ?> 
    93         <img src="images/wikka_logo.jpg" alt="<?php echo _p('wikka logo');?>" title="<?php echo _p('Welcome to Wikka');?>" /> 
     93<img src="<?php echo WIKKA_BASE_URL ?>images/wikka_logo.jpg" alt="<?php echo _p('wikka logo');?>" title="<?php echo _p('Welcome to Wikka');?>" /> 
    9494</div> 
    9595<!--START page body -->