📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
otogaleriscripti.demodesign.com.tr
/
panel
/
inc
📝
header.php
← Geri Dön
<?php require_once("vt.php"); if(!isset($_SESSION["musteri"])){ header("location:giris.php"); } ?> <!DOCTYPE html> <html lang="tr"> <head> <!-- The above 6 meta tags *must* come first in the head; any other head content must come *after* these tags --> <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="description" content=""> <meta name="keyword" content=""> <meta name="author" content=""/> <!-- Page Title --> <title>Yönetici Paneli - v.2.0</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/dropify/css/dropify.min.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/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/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/plugins/jquery-minicolors/jquery.minicolors.css"> <!-- Favicon --> <link rel="icon" href="assets/images/favicon.ico" type="image/x-icon"> <!-- 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]--> <script src="ckeditor/ckeditor/ckeditor.js"></script> </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