form('id', 'post'); switch( $html->form('op', 'post') ){ case "upload": if( $modules_info[$module_name]["permessi"] == 'rw' ){ include( $docroot."/modules/importa_an/upload_modules.php" ); } array_push( $_SESSION['infos'], "Inserimento effettuato corretamente." ); break; } ?>