X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=index.php;h=e1d6fb1802d8a66fd2d2e25f62ec61acb7cb75a9;hb=be8e7d6f0af06c02c239a5e985c39e079727b3f1;hp=9e1c8786676beefe51fd28b07f8262ddea09c005;hpb=262be7e249593a2764a7c452f70dc5ac68887d5c;p=cl7.git diff --git a/index.php b/index.php index 9e1c878..e1d6fb1 100644 --- a/index.php +++ b/index.php @@ -9,10 +9,10 @@ $MASK_RESEAU = '255.255.255.0'; if($titre[1] && (ip2long($REMOTE_ADDR) & ip2long($MASK_RESEAU)) != (ip2long($IP_SERVEUR) & ip2long($MASK_RESEAU))) */ -include_once("config.php"); -include_once("class_participant.php"); -include_once("connexion.php"); -include_once("controller.php"); +include_once("php/class_participant.php"); +include_once("php/connexion.php"); +include_once("php/config.php"); +include_once("php/controller.php"); $MENU = array( 'acceuil' => 'Accueil', @@ -34,6 +34,11 @@ echo ''; + '; + echo ''; + echo ''; + ?> Corcelles-Lan 7 @@ -73,42 +78,42 @@ echo ''; ?>
-
+
valide) echo 'Nous sommes désolés, il n\'y a plus de places libres'; else - include("tx_inscription.php"); + include("php/tx_inscription.php"); break; case 'inscrits' : - include("tx_inscrits.php"); + include("php/tx_inscrits.php"); break; case 'tournoi' : - include("tx_tournoi.php"); + include("php/tx_tournoi.php"); break; case 'intranet' : - include("tx_intranet.php"); + include("php/tx_intranet.php"); break; case 'bienvenue' : - include("tx_bienvenue.php"); + include("php/tx_bienvenue.php"); break; case 'contacts' : - include("tx_contacts.php"); + include("php/tx_contacts.php"); break; case 'photos' : - include("tx_photos.php"); + include("php/tx_photos.php"); break; case 'pizzas': - include("pizzas.php"); + include("php/pizzas.php"); break; default : echo 'erreur, page introuvable';