2008-09-01 Esteban Sanchez <estebans@artica.es>

* extensions/update_manager.php: Get user key with the function 
        instead of the unexistent keygen.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1059 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
esanchezm 2008-09-01 10:47:51 +00:00
parent 780db86323
commit 4b83605937
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-09-01 Esteban Sanchez <estebans@artica.es>
* extensions/update_manager.php: Get user key with the function
instead of the unexistent keygen.
2008-09-01 Esteban Sanchez <estebans@artica.es>
* extensions/update_manager/sql/update_manager.sql,

View File

@ -90,10 +90,7 @@ function pandora_update_manager_login () {
um_db_update_setting ('update_server_host', 'www.artica.es');
um_db_update_setting ('update_server_path', 'pandoraupdate/server.php');
if (empty ($settings->keygen_path))
return false;
$user_key = exec ($settings->keygen_path);
$user_key = get_user_key ();
$package = um_client_check_latest_update ($settings, $user_key);