Fix: Clear cache file after upgrade/install

This commit is contained in:
Laurent Destailleur 2008-03-03 01:56:46 +00:00
parent fc01bfe0e3
commit 1cd42f728a

View File

@ -195,9 +195,11 @@ print $langs->trans("GoToSetupArea");
print '</a>';
// Clear cache files
clearstatcache();
dolibarr_install_syslog("Dolibarr install/setup finished", LOG_INFO);
pFooter(1,$setuplang);
?>