|
@@ 45-50 (lines=6) @@
|
| 42 |
|
</tr> |
| 43 |
|
<tr> |
| 44 |
|
<th>System Directory</th> |
| 45 |
|
<?php if (is_dir(SYSPATH) and is_file(SYSPATH.'core/Bootstrap'.EXT)): ?> |
| 46 |
|
<td class="pass"><?php echo SYSPATH ?></td> |
| 47 |
|
<?php else: $failed = true ?> |
| 48 |
|
<td class="fail">The configured <code>system</code> directory does not exist or does not contain required files.</td> |
| 49 |
|
<?php endif ?> |
| 50 |
|
</tr> |
| 51 |
|
<tr> |
| 52 |
|
<th>Application Directory</th> |
| 53 |
|
<?php if (is_dir(APPPATH) and is_file(APPPATH.'config/config'.EXT)): ?> |
|
@@ 53-58 (lines=6) @@
|
| 50 |
|
</tr> |
| 51 |
|
<tr> |
| 52 |
|
<th>Application Directory</th> |
| 53 |
|
<?php if (is_dir(APPPATH) and is_file(APPPATH.'config/config'.EXT)): ?> |
| 54 |
|
<td class="pass"><?php echo APPPATH ?></td> |
| 55 |
|
<?php else: $failed = true ?> |
| 56 |
|
<td class="fail">The configured <code>application</code> directory does not exist or does not contain required files.</td> |
| 57 |
|
<?php endif ?> |
| 58 |
|
</tr> |
| 59 |
|
<tr> |
| 60 |
|
<th>Modules Directory</th> |
| 61 |
|
<?php if (is_dir(MODPATH)): ?> |