$section=$_GET['section'];
echo "\n";
echo "\n
\n";
echo "FRLinux.net Version 5.5 - Le Site d'aide a l'utilisation de Linux\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
if ($section=="")
{
include('news.inc.php');
} else {
include ($section.'.inc.php');
}
echo "
\n";
echo "\n";
?>