Project

General

Profile

« Previous | Next » 

Revision 9605

web/index.php: include full directory index, since the URL patterns list is just a subset of the content available through vegpath.org

View differences:

web/index.php
241 241
</html>
242 242
<?php
243 243
ob_end_flush();
244

  
245
# full directory index
246
fpassthru(fopen($_SERVER["SCRIPT_URI"]."all?".$_SERVER["QUERY_STRING"], "r"));
244 247
?>

Also available in: Unified diff