Changeset 15390 for trunk/www


Ignore:
Timestamp:
Dec 9, 2005, 4:26:04 PM (18 years ago)
Author:
jmpp
Message:

Bug: 2022
Submitted by: yeled@
Reviewed by: jmpp@

Path bugfix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/emit_portfile.php

    r9551 r15390  
    1616
    1717//      Read the file as an array of lines
    18 $target = "${DOCUMENT_ROOT}/..${_SERVER['PATH_INFO']}";
     18$target = "${DOCUMENT_ROOT}${_SERVER['PATH_INFO']}";
    1919$lines = @file($target);
    2020if ($lines)
Note: See TracChangeset for help on using the changeset viewer.