forked from GNUsocial/gnu-social
Use <?php not <?.
This commit is contained in:
parent
6b48fd8f86
commit
3350770cc7
@ -77,7 +77,7 @@ function checkPrereqs()
|
|||||||
if (!is_writable($fileFullPath)) {
|
if (!is_writable($fileFullPath)) {
|
||||||
?><p class="error">Cannot write <?php echo $fileSubdir; ?> directory: <code><?php echo $fileFullPath; ?></code></p>
|
?><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>
|
<p>On your server, try this command: <code>chmod a+w <?php echo $fileFullPath; ?></code></p>
|
||||||
<?
|
<?php
|
||||||
$pass = false;
|
$pass = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user