Changeset 42 in projects
- Timestamp:
- Sep 25, 2009, 9:39:30 PM (13 years ago)
- Location:
- documentation
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/index.php
r39 r42 32 32 $file_path = realpath('../'.$filename); 33 33 $extension = substr(strrchr($file_path, '.'),1); 34 $good_extensions = array('c', 'cc', 'h', 'cpp', 'pl', 'htm', 'html', 'txt' );34 $good_extensions = array('c', 'cc', 'h', 'cpp', 'pl', 'htm', 'html', 'txt', 'php'); 35 35 36 36 #var_dump($extension, $filename, $file_path, $jail_dir, $good_extensions, in_array($extension, $good_extensions)); exit(); … … 114 114 'The Paper Tape Project' => array( 115 115 'Start' => $doc.'/paper-tape-project.htm', 116 'In a nutshell' => 'paper-tape/in-a-nutshell.htm', 116 117 'Abstract' => array( 117 118 'Subproject overview' => 'paper-tape/README.txt', … … 136 137 'Visualisation' => 'paper-tape/visualisator/README.htm', 137 138 'Web Frontend' => array( 138 'Abstract' => 'paper-tape/web-frontend/README. txt',139 'Abstract' => 'paper-tape/web-frontend/README.htm', 139 140 'Generating Paper Tapes online!' => 'paper-tape/web-frontend/' 140 141 ) … … 146 147 'Nixdorf 0377.01' => 'punch-card/driver/nixdorf-0377.01/README.htm' 147 148 ) 149 ), 150 'Various' => array( 151 'Using PCI I/O cards' => $doc.'/parallel-port-card.htm' 148 152 ), 149 153 #'About' => $doc.'/about.htm'
Note: See TracChangeset
for help on using the changeset viewer.