From 63758510249afafccf0349e4c6707d81f9e38026 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 5 Apr 2011 15:54:02 +0200 Subject: [PATCH] Rimosso URL assoluto a /LUG --- lug-list.php | 2 +- lug-list.phtml | 2 +- lug-o-matic/utils.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lug-list.php b/lug-list.php index a80e343a..aced540f 100644 --- a/lug-list.php +++ b/lug-list.php @@ -7,7 +7,7 @@ $regione = $elenco_regioni[$_REQUEST["reg"]]; $db_file = $_REQUEST["reg"]; }else{ - header("location: http://www.linux.it/LUG/"); + header("location: http://lugmap.linux.it/"); } $db_regione = file('./db/'.$db_file.'.txt'); diff --git a/lug-list.phtml b/lug-list.phtml index b34a9fad..2f396a4a 100644 --- a/lug-list.phtml +++ b/lug-list.phtml @@ -11,7 +11,7 @@ if (isset ($_REQUEST["reg"])) { $title = 'LUG presenti nella regione ' . $regione; } else { - header("location: http://www.linux.it/LUG/"); + header("location: http://lugmap.linux.it/"); } } else { diff --git a/lug-o-matic/utils.php b/lug-o-matic/utils.php index f131b9ba..fa5a8668 100644 --- a/lug-o-matic/utils.php +++ b/lug-o-matic/utils.php @@ -3,6 +3,6 @@ /* Editare questo con l'URL corretto di pubblicazione online */ -$app_url = "http://www.linux.it/LUG/lug-o-matic/"; +$app_url = "http://lugmap.linux.it/lug-o-matic/"; ?>