Authored by whb

测试消息

... ... @@ -130,7 +130,7 @@ class YHMIm_Relay
if (!$txt)
{
$starttime = microtime(true);
file_put_contents("/Data/code/test/log.txt","我是在最后写进来的,时间:$starttime"."/n", FILE_APPEND);
file_put_contents("/Data/logs/relay_log.txt","我是在最后写进来的,时间:$starttime"."/n", FILE_APPEND);
}
} catch (Exception $e) {
echo 'mongo:' . $e->getMessage() . "\n";
... ...
... ... @@ -25,5 +25,5 @@ $starttime = microtime(true);
function Test()
{
$starttime = microtime(true);
file_put_contents("/Data/code/test/log.txt","我是在最后写进来的,时间:$starttime"."/n", FILE_APPEND);
file_put_contents("/Data/logs/relay_log.txt","我是在最后写进来的,时间:$starttime"."/n", FILE_APPEND);
}
\ No newline at end of file
... ...