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:
parent
780db86323
commit
4b83605937
pandora_console
|
@ -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>
|
2008-09-01 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
* extensions/update_manager/sql/update_manager.sql,
|
* extensions/update_manager/sql/update_manager.sql,
|
||||||
|
|
|
@ -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_host', 'www.artica.es');
|
||||||
um_db_update_setting ('update_server_path', 'pandoraupdate/server.php');
|
um_db_update_setting ('update_server_path', 'pandoraupdate/server.php');
|
||||||
|
|
||||||
if (empty ($settings->keygen_path))
|
$user_key = get_user_key ();
|
||||||
return false;
|
|
||||||
|
|
||||||
$user_key = exec ($settings->keygen_path);
|
|
||||||
|
|
||||||
$package = um_client_check_latest_update ($settings, $user_key);
|
$package = um_client_check_latest_update ($settings, $user_key);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue