File tree 1 file changed +1
-4
lines changed
src-dev/views/mouf_installer
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 5
5
<?php
6
6
define ('MOUF_DIR ' , dirname (__FILE__ )."/../../.. " );
7
7
8
- if (!is_writable (MOUF_DIR ) || ! is_writable ( MOUF_DIR ."/../../.. " ) || (file_exists (MOUF_DIR ."/../../../mouf " ) && !is_writable (MOUF_DIR ."/../../../mouf " ))) {
8
+ if (!is_writable (MOUF_DIR ."/../../.. " ) || (file_exists (MOUF_DIR ."/../../../mouf " ) && !is_writable (MOUF_DIR ."/../../../mouf " ))) {
9
9
?>
10
10
11
11
<div class="alert">Web directory must be writable for the Apache user</div>
15
15
<?php if (!is_writable (MOUF_DIR ."/../../.. " )) {?>
16
16
<li><?php echo realpath (MOUF_DIR ."/../../.. " ) ?> </li>
17
17
<?php }
18
- if (!is_writable (MOUF_DIR )) {?>
19
- <li><?php echo realpath (MOUF_DIR ) ?> </li>
20
- <?php }
21
18
if (file_exists (MOUF_DIR ."/../../../mouf " ) && !is_writable (MOUF_DIR ."/../../../mouf " )) {?>
22
19
<li><?php echo realpath (MOUF_DIR ."/../../../mouf " ) ?> </li>
23
20
<?php }?>
You can’t perform that action at this time.
0 commit comments