IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32178


Ignore:
Timestamp:
Aug 23, 2011, 11:33:36 AM (15 years ago)
Author:
rhenders
Message:

changed location of czartool plots. again.

Location:
trunk/ippMonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/czarconfig.xml

    r32172 r32178  
    99    <font>/usr/share/fonts/corefonts/arial.ttf</font>
    1010    <size>8</size>
    11     <path>/data/ippc18.0/home/ipp/czartool_plots</path>
     11    <path>/data/ipp009.0/czartool_plots</path>
    1212  </gnuplot>
    1313
  • trunk/ippMonitor/raw/czartool_getplot.php

    r32173 r32178  
    1818$plottype = $_GET[plottype];
    1919
    20 $path = "/data/ippc18.0/home/ipp/czartool_plots"; # TODO horrible hard-coded path - read from config
     20$path = "/data/ipp009.0/czartool_plots"; # TODO horrible hard-coded path - read from config
    2121
    2222if ($label == "all") $label = "all_".$mode."_labels";
Note: See TracChangeset for help on using the changeset viewer.