<?php

/*****************************************************************************************
                          Artiphp Velocity 3 - la base
               copyright : Ronald Guérin - webmaster@artiloo.com
                            http://www.artiloo.com
                      Dernière mise à jour : 20 octobre 2004
******************************************************************************************/

if (!$_SESSION['SESSION_USER']) {
header("Location: ../outils/erreur.php?ec=2");
exit();
}

 include("../artzone/connect.php");


// langue
//--------------------

  if ($_SESSION['SESSION_IDSKIN']) {
  } else {
  include("../outils/donneeSkin.php"); 
  }
  $SESSION_LANGSKIN=$_SESSION['SESSION_LANGSKIN'];
  include("../langages/$SESSION_LANGSKIN/admin.php");
  include("../langages/$SESSION_LANGSKIN/modules.php");

?>