session() >= $app::EDITOR) {
if ($_GET['aff'] == 'admin' && $app->session() >= $app::ADMIN) {
echo 'Admin
';
$aff->admincss($config, $app);
$aff->adminpassword($config);
$aff->admindb($config);
if ($app->setbdd($config)) {
$status = "OK";
} else {
$status = "Not Connected";
}
$aff->admintable($config, $status, $app->tablelist($config->dbname()));
$aff->admindisplay($config->color4());
echo '
You dont have the permission to access this page.
'; } } else { echo 'You should be connected to access this page.
'; } ?>