IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2006, 4:57:39 PM (20 years ago)
Author:
eugene
Message:

adding login, cookie tables, database selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/autocode.php

    r9011 r9016  
    44
    55$ID = checkID ();
     6if ($ID['proj']) {
     7  $db = dbconnect($ID['proj']);
     8} else {
     9  $db = dbconnect('detrend');
     10}
    611
    712if ($ID['menu']) {
     
    1419
    1520echo "<p> $TITLE </p>";
    16 
    17 $db = dbconnect();
    1821
    1922// define restrictiosn to the queries
Note: See TracChangeset for help on using the changeset viewer.