Bug : Cannot upgrade core
This commit is contained in:
parent
c77ba0812e
commit
0a54848ec8
2 changed files with 13 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue