Bug : Cannot upgrade core

This commit is contained in:
Dany De Bontridder 2018-03-12 22:26:30 +01:00
parent c77ba0812e
commit 0a54848ec8
2 changed files with 13 additions and 4 deletions

View file

@ -22,13 +22,13 @@
if (!defined('ALLOWED')) die('Appel direct ne sont pas permis');
if ( ! defined ('ALLOWED_ADMIN')) { die (_('Non autorisé'));}
global $version_noalyss;
require_once NOALYSS_INCLUDE.'/class/package_repository.class.php';
/**
* @file
* @brief
*/
printf (_(" La version de votre installaiton est %s "),NOALYSS_VERSION);
printf (_(" La version de votre installation est %s "),$version_noalyss);
$core=new Package_Repository();
$xml=$core->getContent();