From 27f3004da65f2b5803709b3fa76a791c9b38a0c9 Mon Sep 17 00:00:00 2001 From: gburri Date: Sun, 28 Sep 2008 21:11:14 +0000 Subject: [PATCH] =?utf8?q?MOD=20d=C3=A9placement=20des=20fichiers=20php=20?= =?utf8?q?dans=20le=20dossier=20PHP=20(sauf=20index.php)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn://localhost/cl7/trunk@3 4c3d3983-c6fa-4c6c-9935-18c3bbef1bf0 --- index.php | 30 +++++++++---------- .../class_galerie_photos.php | 0 .../class_participant.php | 0 config.php => php/config.php | 0 connexion.php => php/connexion.php | 0 controller.php => php/controller.php | 0 fonc_images.php => php/fonc_images.php | 0 menu_droit.php => php/menu_droit.php | 0 participants.php => php/participants.php | 0 pizzas.php => php/pizzas.php | 0 smiles.php => php/smiles.php | 0 .../traitement_pre_affichage.php | 0 tx_bienvenue.php => php/tx_bienvenue.php | 0 tx_contacts.php => php/tx_contacts.php | 0 .../tx_informations.php | 6 ++-- tx_inscription.php => php/tx_inscription.php | 0 tx_inscrits.php => php/tx_inscrits.php | 0 tx_intranet.php => php/tx_intranet.php | 0 tx_jeux_joues.php => php/tx_jeux_joues.php | 0 tx_photos.php => php/tx_photos.php | 0 update_db.php => php/update_db.php | 0 21 files changed, 18 insertions(+), 18 deletions(-) rename class_galerie_photos.php => php/class_galerie_photos.php (100%) rename class_participant.php => php/class_participant.php (100%) rename config.php => php/config.php (100%) rename connexion.php => php/connexion.php (100%) rename controller.php => php/controller.php (100%) rename fonc_images.php => php/fonc_images.php (100%) rename menu_droit.php => php/menu_droit.php (100%) rename participants.php => php/participants.php (100%) rename pizzas.php => php/pizzas.php (100%) rename smiles.php => php/smiles.php (100%) rename traitement_pre_affichage.php => php/traitement_pre_affichage.php (100%) rename tx_bienvenue.php => php/tx_bienvenue.php (100%) rename tx_contacts.php => php/tx_contacts.php (100%) rename tx_informations.php => php/tx_informations.php (88%) rename tx_inscription.php => php/tx_inscription.php (100%) rename tx_inscrits.php => php/tx_inscrits.php (100%) rename tx_intranet.php => php/tx_intranet.php (100%) rename tx_jeux_joues.php => php/tx_jeux_joues.php (100%) rename tx_photos.php => php/tx_photos.php (100%) rename update_db.php => php/update_db.php (100%) diff --git a/index.php b/index.php index 9e1c878..6d614a3 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/config.php"); +include_once("php/class_participant.php"); +include_once("php/connexion.php"); +include_once("php/controller.php"); $MENU = array( 'acceuil' => 'Accueil', @@ -73,42 +73,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'; diff --git a/class_galerie_photos.php b/php/class_galerie_photos.php similarity index 100% rename from class_galerie_photos.php rename to php/class_galerie_photos.php diff --git a/class_participant.php b/php/class_participant.php similarity index 100% rename from class_participant.php rename to php/class_participant.php diff --git a/config.php b/php/config.php similarity index 100% rename from config.php rename to php/config.php diff --git a/connexion.php b/php/connexion.php similarity index 100% rename from connexion.php rename to php/connexion.php diff --git a/controller.php b/php/controller.php similarity index 100% rename from controller.php rename to php/controller.php diff --git a/fonc_images.php b/php/fonc_images.php similarity index 100% rename from fonc_images.php rename to php/fonc_images.php diff --git a/menu_droit.php b/php/menu_droit.php similarity index 100% rename from menu_droit.php rename to php/menu_droit.php diff --git a/participants.php b/php/participants.php similarity index 100% rename from participants.php rename to php/participants.php diff --git a/pizzas.php b/php/pizzas.php similarity index 100% rename from pizzas.php rename to php/pizzas.php diff --git a/smiles.php b/php/smiles.php similarity index 100% rename from smiles.php rename to php/smiles.php diff --git a/traitement_pre_affichage.php b/php/traitement_pre_affichage.php similarity index 100% rename from traitement_pre_affichage.php rename to php/traitement_pre_affichage.php diff --git a/tx_bienvenue.php b/php/tx_bienvenue.php similarity index 100% rename from tx_bienvenue.php rename to php/tx_bienvenue.php diff --git a/tx_contacts.php b/php/tx_contacts.php similarity index 100% rename from tx_contacts.php rename to php/tx_contacts.php diff --git a/tx_informations.php b/php/tx_informations.php similarity index 88% rename from tx_informations.php rename to php/tx_informations.php index 6f91a4f..f850a42 100644 --- a/tx_informations.php +++ b/php/tx_informations.php @@ -3,7 +3,7 @@

Une puissante LAN aura lieu du vendredi 21 Novembre au Lundi 24 Novembre à Corcelles [NE]

Heures

- +

Points forts