深圳全飞鸿
标题:
东莞恩斯克ESOP测试环境的实现方法
[打印本页]
作者:
syant
时间:
2019-5-8 21:04
标题:
东莞恩斯克ESOP测试环境的实现方法
<?php
error_reporting(E_ALL);
$agile_include_path = dirname(__FILE__) . '/../nago-php/';
set_include_path(get_include_path() . PATH_SEPARATOR . $agile_include_path);
require_once('agilelib.php');
$mysql=new CMysql(array(
"db_host"=>"localhost",
"db_username"=>"wjun1981",
"db_password"=>"xxx",
"db_database"=>"wjun1981",
"db_charset"=>"UTF8",));
$cp="dj";
$sql="select port from hsk where company='{$cp}'";
$rs = $mysql->getone($sql);
header("Refresh:2,Url=http://h20z739588.iask.in:{$rs}/pchart/nsk/djtype.php");
echo "[{$rs}]即将跳转到东莞恩斯克点检系统...";
die;
复制代码
作者:
syant
时间:
2019-5-8 21:06
该方法已经被inidb功能模组取代:
<?php
error_reporting(E_ALL);
require_once("inidb.phar");
require_once("phar://inidb.phar/inidb.help.php");
$ft522ip=ini_read("ft522ip");
$ft522port=ini_read("ft522port");
header("Refresh:2,Url=http://{$ft522ip}:{$ft522port}/pchart/nsk/djtype.php");
echo "[{$ft522port}]即将跳转到东莞恩斯克点检系统...";
die;
复制代码
作者:
syant
时间:
2019-5-8 21:15
东莞恩斯克点检系统测试地址:
http://www.nagomes.com/import/jump.php
欢迎光临 深圳全飞鸿 (http://www.nagomes.com/disc/)
Powered by Discuz! X3.2