Codice PHP:
<?php
if($_GET['action'] == "") {
$_GET['action'] = 'home';
}
?>