IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2013, 4:16:39 PM (13 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20130307

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dvodist/www-util/dvodist.page.mkd

    r34748 r35415  
    1212$fromProxy = $_SERVER['HTTP_X_FORWARDED_FOR'] && ($_SERVER['REMOTE_ADDR'] == $ifaProxy);
    1313if ($fromProxy) {
    14   $rootdir = "";
     14  $rootdir = "@ROOTWWW@";
    1515 } else {
    16   $rootdir = "@ROOTDIR@";
     16  $rootdir = "@ROOTWWW@@ROOTDIR@";
    1717 }
    1818
     
    2020
    2121$script = basename($_SERVER[SCRIPT_NAME]);
    22 do_markdown ($script);
     22do_markdown ($script, $rootdir);
    2323
    2424menu_end();
Note: See TracChangeset for help on using the changeset viewer.