From abdabfb05e0a6ad0d0392855f8fcf2beb83792b5 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 23 Apr 2009 17:10:00 +0000 Subject: [PATCH] Fix: invalid url --- htdocs/admin/tools/update.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/tools/update.php b/htdocs/admin/tools/update.php index e4ddabc94bc..f0e45e2401a 100644 --- a/htdocs/admin/tools/update.php +++ b/htdocs/admin/tools/update.php @@ -1,5 +1,6 @@ + * Copyright (C) 2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,8 +35,8 @@ if (! $user->admin) if ($_GET["msg"]) $message='
'.$_GET["msg"].'
'; -$urldolibarr='http://www.dolibarr.org/component/option,com_docman/task,cat_view/gid,62/Itemid,36/'; -$urldolibarrmodules='http://www.dolibarr.org/component/option,com_docman/task,cat_view/gid,65/Itemid,36/'; +$urldolibarr='http://www.dolibarr.org/downloads/cat_view/62-stable-versions'; +$urldolibarrmodules='http://www.dolibarr.org/downloads/cat_view/65-modulesaddon'; $urldolibarrthemes='http://www.dolibarr.org/'; $dolibarrroot=eregi_replace('[\\\/]+$','',DOL_DOCUMENT_ROOT); $dolibarrroot=eregi_replace('[^\\\/]+$','',$dolibarrroot);