mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
Fixed incorrect handling of microtime
This commit is contained in:
+1
-3
@@ -27,7 +27,7 @@ header("Pragma: no-cache");
|
||||
|
||||
require_once('../config/vilesci.config.inc.php');
|
||||
|
||||
$SOAPServer = new SoapServer(APP_ROOT."soap/test.wsdl.php?".microtime());
|
||||
$SOAPServer = new SoapServer(APP_ROOT."soap/test.wsdl.php?".microtime(true));
|
||||
$SOAPServer->addFunction("myTest");
|
||||
$SOAPServer->handle();
|
||||
|
||||
@@ -44,5 +44,3 @@ function myTest($foo)
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user