Project

General

Profile

« Previous | Next » 

Revision 9606

web/index.php: moved the full directory index within the rest of the document body

View differences:

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