📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv8.demodesign.com.tr
/
xpanel
/
inc
📝
header.php
← Geri Dön
<?php session_start(); require_once("vt.php"); if(!isset($_SESSION["musteri"])){ header("location:giris.php"); exit(); } if (!$_SESSION["dil"]){ $_SESSION["dil"]="tr"; } require("dil/".$_SESSION["dil"].".php"); $dilicon["tr"]="https://i.hizliresim.com/sJSLhz.png"; $dilicon["en"]="https://i.hizliresim.com/JVQVZ3.png"; $ayarx = $dbh->query("SELECT * FROM general_settings WHERE id = 1 ", PDO::FETCH_ASSOC); if ($ayarx->rowCount()) { foreach ($ayarx as $ayarx) { } } function seo($s) { $tr = array('ş','Ş','ı','I','İ','ğ','Ğ','ü','Ü','ö','Ö','Ç','ç','(',')','/',':',','); $eng = array('s','s','i','i','i','g','g','u','u','o','o','c','c','','','-','-',''); $s = str_replace($tr,$eng,$s); $s = strtolower($s); $s = preg_replace('/&amp;amp;amp;amp;amp;amp;amp;amp;.+?;/', '', $s); $s = preg_replace('/\s+/', '-', $s); $s = preg_replace('|-+|', '-', $s); $s = preg_replace('/#/', '', $s); $s = str_replace('.', '', $s); $s = trim($s, '-'); return $s; } function parseJsonArray($jsonArray, $parentID = 0) { $return = array(); foreach ($jsonArray as $subArray) { $returnSubSubArray = array(); if (isset($subArray->children)) { $returnSubSubArray = parseJsonArray($subArray->children, $subArray->id); } $return[] = array('id' => $subArray->id, 'parentID' => $parentID); $return = array_merge($return, $returnSubSubArray); } return $return; } ?> <!DOCTYPE html> <html lang="tr"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="parstech"/> <!-- Page Title --> <title>Yönetici Paneli - Premium Versiyon v3</title> <!-- Main CSS --> <link type="text/css" rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css"/> <link type="text/css" rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.min.css"/> <link type="text/css" rel="stylesheet" href="assets/plugins/flag-icon/flag-icon.min.css"/> <link type="text/css" rel="stylesheet" href="assets/plugins/simple-line-icons/css/simple-line-icons.css"> <link type="text/css" rel="stylesheet" href="assets/plugins/ionicons/css/ionicons.css"> <link type="text/css" rel="stylesheet" href="assets/plugins/toastr/toastr.min.css"> <link type="text/css" rel="stylesheet" href="assets/plugins/chartist/chartist.css"> <link type="text/css" rel="stylesheet" href="assets/plugins/apex-chart/apexcharts.css"> <link type="text/css" rel="stylesheet" href="assets/plugins/jquery-ui/jquery-ui.css"> <link type="text/css" rel="stylesheet" href="assets/plugins/datatables/jquery.dataTables.min.css"> <link type="text/css" rel="stylesheet" href="assets/plugins/datatables/extensions/dataTables.jqueryui.min.css"> <link type="text/css" rel="stylesheet" href="assets/css/app.min.css"/> <link type="text/css" rel="stylesheet" href="assets/css/style.min.css"/> <link type="text/css" rel="stylesheet" href="assets/plugins/ionicons/css/ionicons.css"> <link type="text/css" rel="stylesheet" href="assets/plugins/codemirror/codemirror.css"> <link type="text/css" rel="stylesheet" href="assets/plugins/baguetteBox/baguetteBox.min.css"> <!-- Favicon --> <link rel="icon" href="../img/<?=$ayarx['home_favicon'];?>" type="image/x-icon"> <link type="text/css" rel="stylesheet" href="assets/plugins/dropify/css/dropify.min.css"> <link type="text/css" rel="stylesheet" href="assets/plugins/dropzone/dropzone.css"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn"t work if you view the page via file:// --> <!--[if lt IE 9]> <script src="http://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="http://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </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