📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
esnafbul.demodesign.com.tr
/
includes
📝
session.php
← Geri Dön
<?php ob_start(); session_start(); $_SESSION['session']=session_id(); error_reporting(0); header('Content-Type: text/html; charset=utf-8'); ini_set('error_reporting', E_ALL^E_NOTICE); define("GUVENLIK",true); date_default_timezone_set( 'Europe/Istanbul' ); include "includes/ayar.php"; include "includes/language.php"; include "includes/function.php"; include "includes/hit.php"; total_online(); //** Ayar SQL */ $settings=$db->prepare("SELECT * from ayarlar where id='1'"); $settings->execute(array(0)); $ayar=$settings->fetch(PDO::FETCH_ASSOC); $siteurl = $ayar['site_url']; $site_adi = $ayar['site_baslik']; $BakimDurum = $db->prepare("select * from bakim where id='1' and durum='1' order by id"); $BakimDurum->execute(); $bakim = $BakimDurum->fetch(PDO::FETCH_ASSOC); $dilMevcut = $db->prepare("select * from dil where kisa_ad=:kisa_ad order by id"); $dilMevcut->execute(array( 'kisa_ad' => $_SESSION['dil'], )); $current_lang = $dilMevcut->fetch(PDO::FETCH_ASSOC); ?>
💾 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