Revision 9606
Added by Aaron Marcuse-Kubitza over 11 years ago
web/index.php | ||
---|---|---|
236 | 236 |
</script> |
237 | 237 |
<?php |
238 | 238 |
} |
239 |
?> |
|
240 |
</body> |
|
241 |
</html> |
|
242 |
<?php |
|
239 |
|
|
243 | 240 |
ob_end_flush(); |
244 | 241 |
|
245 | 242 |
# full directory index |
246 | 243 |
fpassthru(fopen($_SERVER["SCRIPT_URI"]."all?".$_SERVER["QUERY_STRING"], "r")); |
247 |
?> |
|
244 |
?> |
|
245 |
</body> |
|
246 |
</html> |
Also available in: Unified diff
web/index.php: moved the full directory index within the rest of the document body