/home/mjc1/public_html/html/adminmobile/opcommon.php


1
2
3
4
5
6
7
8
9
10
11
12
<?

    $DBOP2_HOST  
=  "114.108.136.196";
    
$DBOP2_USER  =  "app_monitor";
    
$DBOP2_PWD   =  "mj753861";
    
$DBOP2_NAME  =  "app_monitor";

    include(
'class_opdb2.php');
    
    
$dbcon    = new DBop2($DBOP2_HOST$DBOP2_NAME$DBOP2_USER$DBOP2_PWD);
    
?>