📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
blogscripti.demodesign.com.tr
/
admin
/
inc
📝
head.php
← Geri Dön
<?php session_start(); include 'inc/config.php'; if(!$_SESSION['id']){ header('location:giris'); } if(isset($_GET['cikis'])){ session_destroy(); header('location:giris'); } $sayfaurlkir = explode('/',$_SERVER['REQUEST_URI']); $sayfaurl = $sayfaurlkir[2]; $ayargetir = $db->prepare("SELECT * FROM ayarlar WHERE id = 1"); $ayargetir->execute(); $ayarcek = $ayargetir->fetch(PDO::FETCH_ASSOC); ?> <!DOCTYPE html> <html lang="tr" class="light-style layout-menu-fixed" dir="ltr" data-theme="theme-default" data-assets-path="assets/" data-template="horizontal-menu-template"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"/> <title>CSA Digital - Gelişmiş Yönetim Paneli</title> <meta name="description" content=""/> <link rel="icon" type="image/x-icon" href="assets/img/favicon/favicon.ico"/> <link rel="preconnect" href="https://fonts.googleapis.com"/> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/> <link href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/fonts/fontawesome.css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/fonts/tabler-icons.css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/fonts/flag-icons.css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/css/rtl/core.css" class="template-customizer-core-css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/css/rtl/theme-default.css" class="template-customizer-theme-css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/css/demo.css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/libs/node-waves/node-waves.css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/libs/typeahead-js/typeahead.css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/libs/apex-charts/apex-charts.css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/libs/datatables-bs5/datatables.bootstrap5.css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.css"/> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/libs/bootstrap-select/bootstrap-select.css" /> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/libs/quill/editor.css" /> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/libs/select2/select2.css" /> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/vendor/libs/tagify/tagify.css" /> <link rel="stylesheet" href="<?php echo ADMIN_URL ?>assets/css/jquery.dataTables.min.css" /> <script src="<?php echo ADMIN_URL ?>assets/vendor/js/helpers.js"></script> <script src="<?php echo ADMIN_URL ?>assets/vendor/js/template-customizer.js"></script> <script src="<?php echo ADMIN_URL ?>assets/js/config.js"></script> <style>.secilen { border: 4px solid red; } </style> </head>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula