Use <?php not <?.

This commit is contained in:
Tom Adams 2009-07-28 06:19:02 +01:00 committed by Craig Andrews
parent 6b48fd8f86
commit 3350770cc7
1 changed files with 1 additions and 1 deletions

View 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;
}
}