Version 1.12

This commit is contained in:
nemunaire 2009-11-01 12:00:00 +01:00
commit de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions

View file

@ -71,7 +71,7 @@ else
@error_reporting(E_ALL);
}
setLocale(LC_TIME, $config['locales'], $config['lang']);
setLocale(LC_TIME, $config['locales']);
if(!is_writable(_FCORE."logs/")) die('log non accessible en ecriture');
@ -344,4 +344,4 @@ function no_db()
die($config['no_db_message']);
}
?>
?>