branch | wordpress |
changeset 132 | 4d4862461b8d |
parent 127 | 3a1f99a92698 |
child 134 | f445f2aa8c33 |
--- a/web/wp-config.php.tmpl Tue Feb 02 14:45:47 2010 +0000 +++ b/web/wp-config.php.tmpl Tue Feb 02 15:44:16 2010 +0000 @@ -17,6 +17,10 @@ * @package WordPress */ +// IRI include the good version +include("version.php"); +define('VERSIONIRI', $version); + // ** Réglages MySQL - Votre hébergeur doit vous fournir ces informations. ** // /** Le nom de la base de données de WordPress. */ define('DB_NAME', 'NomDeLaTable');