mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
Fix le choix de la langue
This commit is contained in:
parent
8d09bf8336
commit
2088412e94
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ CREATE TABLE `spip_auteurs` (
|
|||
|
||||
LOCK TABLES `spip_auteurs` WRITE;
|
||||
/*!40000 ALTER TABLE `spip_auteurs` DISABLE KEYS */;
|
||||
INSERT INTO `spip_auteurs` VALUES (1,'__ADMIN_SPIP__','','__ADMIN_SPIP__@__DOMAIN__','','','__ADMIN_SPIP__','__DB_SHA__','','0minirezo','oui','2017-02-22 00:06:22','','__DB_PWD__','0000-00-00 00:00:00','__ALEA_ACTUEL__','__ALEA_FUTUR__',NULL,NULL,'spip','',NULL,NULL);
|
||||
INSERT INTO `spip_auteurs` VALUES (1,'__ADMIN_SPIP__','','__ADMIN_SPIP__@__DOMAIN__','','','__ADMIN_SPIP__','__DB_SHA__','','0minirezo','oui','2017-02-22 00:06:22','','__DB_PWD__','0000-00-00 00:00:00','__ALEA_ACTUEL__','__ALEA_FUTUR__',NULL,NULL,'spip','__LANG_SPIP__',NULL,NULL);
|
||||
/*!40000 ALTER TABLE `spip_auteurs` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
|
Loading…
Reference in a new issue