<?php # coding: utf-8
-\r
-$MENU = array(\r
- 'accueil' => 'Accueil', # la page par défaut\r
- 'jeux_joues' => 'Jeux joués',\r
- 'inscription' => 'Inscription',\r
- 'inscrits' => 'Inscrits',\r
- 'http://www.euphorik.ch/#page="minichat";conv=[1642]' => 'Chat',\r
- 'contacts' => 'Contacts',\r
- #'mods' => 'Mods',\r
- #'cracks' => 'Cracks',\r
- #'pizzas' => 'Pizza',\r
-);\r
+
+$MENU = array(
+ 'accueil' => 'Accueil', # la page par défaut
+ 'jeux_joues' => 'Jeux joués',
+ 'inscription' => 'Inscription',
+ 'inscrits' => 'Inscrits',
+ 'http://www.euphorik.ch/#page="minichat";conv=[1642]' => 'Chat',
+ 'contacts' => 'Contacts',
+ #'mods' => 'Mods',
+ #'cracks' => 'Cracks',
+ #'pizzas' => 'Pizza',
+);
include_once("php/participant.php");
include_once("php/connexion.php");
include_once("php/controller.php");
include_once("php/panel.php");
-# Différents objets, sont accessibles directement par les pages (voir dossier '/php/pages/').\r
-$page = $_GET['page'] ? $_GET['page'] : 'accueil';
+# Différents objets, sont accessibles directement par les pages (voir dossier '/php/pages/').
+$page = isset($_GET['page']) ? $_GET['page'] : 'accueil';
$connexion = new Connexion();
$config = new Config();
$participant = $connexion->participant;
if (!file_exists("php/config_bd.php"))
{
echo "Le fichier 'php/config_bd.php' n'existe pas, création en cours...\n";
- if (!is_writable("."))
+ if (!is_writable("php/"))
{
echo "Le dossier 'php' n'est pas accessible en écriture, veuillez changer les droits et recommencer.";
exit();
exit();
}
- //mysql_set_charset("UTF8");
- //mysql_query('SET AUTOCOMMIT=0');
-
if (isset($_POST['effacer_cookie'])) # le membre se délogue
{
setcookie("COOKIE_INFO_PARTICIPANT", "", time() - 100); # 'efface' le cookie membre