Non mise en cache du wsdl pour environnement différent de production

This commit is contained in:
Michael RICOIS 2011-08-04 07:22:28 +00:00
parent 84ea0a01f2
commit 4edd203aba

View File

@ -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 */