Exemplo n.º 1
0
function eZSitePreInstall()
{
    $installer = new eZFlownInstaller(array('var_dir' => 'var/ezflow_site'));
    $installer->preInstall();
}