Non mise en cache du wsdl pour environnement différent de production
This commit is contained in:
parent
84ea0a01f2
commit
4edd203aba
@ -13,6 +13,9 @@ set_include_path(implode(PATH_SEPARATOR, array(
|
||||
get_include_path(),
|
||||
)));
|
||||
|
||||
if (APPLICATION_ENV != 'production'){
|
||||
ini_set("soap.wsdl_cache_enabled", "0");
|
||||
}
|
||||
require_once '../config/config.php';
|
||||
|
||||
/** Zend_Application */
|
||||
|
Loading…
Reference in New Issue
Block a user