1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Bugfix in fatture

This commit is contained in:
Thomas Zilio
2017-09-15 16:52:59 +02:00
parent 503ab54428
commit 0e3539a92f
2 changed files with 13 additions and 1 deletions

View File

@@ -855,3 +855,15 @@ function prepareToField($string)
{
return str_replace('"', '"', $string);
}
/**
* Restituisce la configurazione dell'installazione.
*
* @return array
*/
function getConfig()
{
include DOCROOT.'/config.inc.php';
return get_defined_vars();
}