📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
📝
ust.php
← Geri Dön
<!DOCTYPE html> <html lang="tr"> <head> <!-- Basic page needs --> <meta charset="utf-8"> <!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <![endif]--> <meta http-equiv="x-ua-compatible" content="ie=edge"> <?php require('yonetim/db.php'); require('yonetim/system.php'); ?> <?php if($ayar['ss1']=='1'){?> <?php $url = "https://" . $_SERVER["HTTP_HOST"] . dirname($_SERVER['PHP_SELF']); ?> <?php } else { ?> <?php $url = "http://" . $_SERVER["HTTP_HOST"] . dirname($_SERVER['PHP_SELF']); ?> <?php } ?> <base href="<?php echo $url; ?>"> <!-- Mobile specific metas --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Favicon --> <link rel="icon" href="images/ayarlar/<?php echo $ayar['favicon']; ?>" type="image/x-icon" /> <link rel="canonical" href="http://<?php echo $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; ?>" /> <link rel="shortcut icon" href="images/ayarlar/<?php echo $ayar['favicon']; ?>" type="image/x-icon" /> <!-- Google Fonts --> <link href='https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700' rel='stylesheet' type='text/css'> <!-- CSS Style --> <!-- Bootstrap CSS --> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <!-- font-awesome & simple line icons CSS --> <link rel="stylesheet" type="text/css" href="css/font-awesome.css" media="all"> <link rel="stylesheet" type="text/css" href="css/simple-line-icons.css" media="all"> <!-- owl.carousel CSS --> <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> <link rel="stylesheet" type="text/css" href="css/owl.theme.css"> <!-- animate CSS --> <link rel="stylesheet" type="text/css" href="css/animate.css" media="all"> <!-- flexslider CSS --> <link rel="stylesheet" type="text/css" href="css/flexslider.css"> <!-- slider CSS --> <link rel="stylesheet" type="text/css" href="css/slider.css" media="all"> <!-- style CSS --> <link rel="stylesheet" type="text/css" href="css/style.css" media="all"> <!-- shortcodes --> <link rel="stylesheet" media="screen" href="css/shortcodes/shortcodes.css" type="text/css"> <!-- accordion --> <link rel="stylesheet" type="text/css" href="js/accordion/accordion.css"> <!-- tooltips --> <link rel="stylesheet" href="js/tooltips/tooltip.css"> <!-- progressbar --> <link rel="stylesheet" href="js/progressbar/ui.progress-bar.css"> <!-- popup newsletter css --> <link rel="stylesheet" href="css/popup-newsletter.css"> <!-- main CSS --> <?php include("anatemacss.php");?> </head> <?php flush(); ?> <?php require('yonetim/oziyweb.php');?>
💾 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