mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
Fehlerhafte HTTP Header korrigiert damit FAS mit Apache 2.4.10-10+deb8u8 funktioniert
This commit is contained in:
+3
-3
@@ -21,11 +21,11 @@
|
||||
*/
|
||||
header("Cache-Control: no-cache");
|
||||
header("Cache-Control: post-check=0, pre-check=0",false);
|
||||
header("Expires Mon, 26 Jul 1997 05:00:00 GMT");
|
||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
||||
header("Pragma: no-cache");
|
||||
|
||||
|
||||
require_once('../config/vilesci.config.inc.php');
|
||||
require_once('../config/vilesci.config.inc.php');
|
||||
|
||||
$SOAPServer = new SoapServer(APP_ROOT."soap/test.wsdl.php?".microtime());
|
||||
$SOAPServer->addFunction("myTest");
|
||||
@@ -36,7 +36,7 @@ ini_set("soap.wsdl_cache_enabled", "0");
|
||||
|
||||
|
||||
function myTest($foo)
|
||||
{
|
||||
{
|
||||
if($foo=='foo')
|
||||
return 'OK';
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user