File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src-dev/views/mouf_installer Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 55<?php
66define ('MOUF_DIR ' , dirname (__FILE__ )."/../../.. " );
77
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 " ))) {
99?>
1010
1111 <div class="alert">Web directory must be writable for the Apache user</div>
1515 <?php if (!is_writable (MOUF_DIR ."/../../.. " )) {?>
1616 <li><?php echo realpath (MOUF_DIR ."/../../.. " ) ?> </li>
1717 <?php }
18- if (!is_writable (MOUF_DIR )) {?>
19- <li><?php echo realpath (MOUF_DIR ) ?> </li>
20- <?php }
2118 if (file_exists (MOUF_DIR ."/../../../mouf " ) && !is_writable (MOUF_DIR ."/../../../mouf " )) {?>
2219 <li><?php echo realpath (MOUF_DIR ."/../../../mouf " ) ?> </li>
2320 <?php }?>
You can’t perform that action at this time.
0 commit comments