Purge i18n cache

This commit is contained in:
Daniel Berteaud 2013-07-03 16:06:57 +02:00
parent 887e846387
commit 1514276966
1 changed files with 2 additions and 1 deletions

View File

@ -34,8 +34,9 @@ unlink(</var/lib/ajaxplorer/plugins/auth.serial/*/rights.ser>);
# Remove active sessions
unlink(</var/lib/ajaxplorer/tmp/sess_*>);
# Remove plugin cache
# Remove plugin and i18n cache
unlink(</var/cache/ajaxplorer/plugin*.ser>);
unlink(</var/cache/ajaxplorer/i18n/*.ser>);
foreach my $user (($a->users),$a->get('admin')){
my $name = $user->key;