IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2009, 6:22:21 PM (17 years ago)
Author:
eugene
Message:

add host and database info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/ipp.php

    r24759 r25783  
    285285  $file = fopen ($source, "r");
    286286
     287  global $DBHOST;
     288  $HOST = $_SERVER['SERVER_NAME'];
     289  echo "<p style=\"font-size:50%\">host: $HOST, db: $DBHOST</p>\n";
    287290  echo "<table class=page cellspacing=10px><tr><td valign=top>\n";
    288291  echo "<table class=menu cellspacing=0px>\n";
Note: See TracChangeset for help on using the changeset viewer.