/home/mjc1/public_html/html/ProgramState/common.php


1
2
3
4
5
6
7
8
9
10
11
12
13
<?
    
@extract($_REQUEST);

    
$DBOP_HOST  =  "114.108.136.196";
    
$DBOP_USER  =  "app_monitor";
    
$DBOP_PWD   =  "mj753861";
    
$DBOP_NAME  =  "app_monitor";

    include(
'class_opdb.php');
    
    
$dbcon    = new DBop($DBOP_HOST$DBOP_NAME$DBOP_USER$DBOP_PWD);
    
?>