]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Use <?php not <?.
authorTom Adams <tom@holizz.com>
Tue, 28 Jul 2009 05:19:02 +0000 (06:19 +0100)
committerCraig Andrews <candrews@integralblue.com>
Wed, 29 Jul 2009 20:54:13 +0000 (16:54 -0400)
install.php

index 901e502f1a2e45ca347db2292dd41006634e848d..33467159903fd69c7e7b5b8653505acaea543a0e 100644 (file)
@@ -77,7 +77,7 @@ function checkPrereqs()
                if (!is_writable($fileFullPath)) {
             ?><p class="error">Cannot write <?php echo $fileSubdir; ?> directory: <code><?php echo $fileFullPath; ?></code></p>
                       <p>On your server, try this command: <code>chmod a+w <?php echo $fileFullPath; ?></code></p>
-            <?
+            <?php
                     $pass = false;
                }
        }