提交 dfcbcff8 编写于 作者: W worry127722

d

上级 07362d31
......@@ -3,9 +3,10 @@
{
public static $BROWSERS = array(
'ie8supp' => array( '10.94.26.94' , "C:\\Program Files\\Internet Explorer\\iexplore.exe" )
// , 'ie11main' => array( '10.81.96.68' , "C:\\Program Files\\Internet Explorer\\iexplore.exe" )
,
// 'ie11main' => array( '10.81.96.68' , "C:\\Program Files\\Internet Explorer\\iexplore.exe" )
// ,
'firefox' => array( '10.94.26.95' , "C:\\Program Files\\mozilla firefox\\firefox.exe" )
// 'firefox' => array( '10.81.96.46@8500' , "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe" )
// , '360ie8' => array('10.81.58.64@8500',"C:\\Program Files\\360\\360se\\360SE.exe")
......
......@@ -70,6 +70,14 @@ function delDirAndFile( $dirName )
}
}
$filewang = fopen('wangruilog.txt', 'a+');
fwrite($filewang, "wangrui1" . "\n");
fclose($filewang);
unset($filewang);
if ( array_key_exists( 'clear' , $_GET ) ) {
print 'debug - clear report';
//Config::StopAll();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册