/var/www/vhosts/m-auto.co/httpdocs/admin
Edit: /var/www/vhosts/m-auto.co/httpdocs/admin/theme_form.php (1522B)
ليس لديك الصلاحية لعرض هذه الصفحة.
";
include 'includes/footer.php';
exit;
}
$theme = ['id' => '', 'name' => '', 'css_file' => ''];
if (isset($_GET['id'])) {
$stmt = $conn->prepare("SELECT * FROM `themes` WHERE `id` = ?");
$stmt->bind_param('i', $_GET['id']);
$stmt->execute();
$result = $stmt->get_result();
$theme = $result->fetch_assoc();
}
?>