<? => <?php
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 31 Mar 2005 02:27:31 +0000 (02:27 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 31 Mar 2005 02:27:31 +0000 (02:27 +0000)
index.php

index 6fc5565..357fae1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -34,7 +34,7 @@ if( !file_exists( 'LocalSettings.php' ) ) {
                
                <h1>MediaWiki <?php echo $wgVersion ?></h1>
                <div class='error'>
-               <?
+               <?php
                if ( file_exists( 'config/LocalSettings.php' ) ) {
                        echo( "To complete the installation, move <tt>config/LocalSettings.php</tt> to the parent directory." );
                } else {
@@ -45,7 +45,7 @@ if( !file_exists( 'LocalSettings.php' ) ) {
                </div>
        </body>
 </html>
-<?
+<?php
        die();
 }