Ticket #2022: emit_portfile.php.patch
File emit_portfile.php.patch, 619 bytes (added by yeled@…, 19 years ago) |
---|
-
emit_portfile.php
RCS file: /Volumes/src/cvs/od/proj/darwinports/www/emit_portfile.php,v retrieving revision 1.1 diff -u -r1.1 emit_portfile.php
15 15 <?php 16 16 17 17 // Read the file as an array of lines 18 $target = "${DOCUMENT_ROOT} /..${_SERVER['PATH_INFO']}";18 $target = "${DOCUMENT_ROOT}${_SERVER['PATH_INFO']}"; 19 19 $lines = @file($target); 20 20 if ($lines) 21 21 { … … 72 72 ?> 73 73 74 74 </body> 75 </html> 76 No newline at end of file 75 </html>