Skip to content

Commit

Permalink
Rimosso URL assoluto a /LUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelma committed Apr 5, 2011
1 parent 586be1e commit 6375851
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lug-list.php
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion lug-list.phtml
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion lug-o-matic/utils.php
Expand Up @@ -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/";

?>

0 comments on commit 6375851

Please sign in to comment.