function eZSitePreferences($parameters)
{
    $installer = new eZFlownInstaller($parameters);
    return $installer->sitePreferences();
}
Ejemplo n.º 2
0
function eZSiteCommonINISettings($parameters)
{
    $installer = new eZFlownInstaller($parameters);
    return $installer->commonINISettings();
}
Ejemplo n.º 3
0
function eZSitePostInstall(&$parameters)
{
    $installer = new eZFlownInstaller($parameters);
    $installer->postInstall();
}