session_start();
if (($_SESSION["admin"]["login"] != true) OR ($_SESSION["admin"]["username"] == "") OR ($_SESSION["admin"]["password"] == "")) {
header("Location: index.php");
exit();
}
include("../conf/functions.php");
?>
= $siteInfo->site_title; ?>
$data = $byakman->pdo->query("SELECT id FROM bouqet_list WHERE status = '1'"); echo $data->rowCount(); ?>
= PANEL_BOUQUETS; ?>
$data = $byakman->pdo->query("SELECT id FROM guides WHERE status = '1'"); echo $data->rowCount(); ?>
= PANEL_GUIDES; ?>
$data = $byakman->pdo->query("SELECT id FROM admins WHERE status = '1'"); echo $data->rowCount(); ?>
= PANEL_ADMINS; ?>
include("_footer.php"); ?>
if ($userInfo->alert == 0) {
$update = $byakman->pdo->query("UPDATE admins SET alert = '1' WHERE id = '$userInfo->id'");
?>
} ?>
if ($userInfo->alert == 0) { ?>
} ?>