📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
firmarehberipro.demodesign.com.tr
/
application
/
libraries
📝
TempK.php
← Geri Dön
<?php class tempK { protected $CI; public function __construct() { $this->CI =& get_instance(); } public function get($temp, $data=null) { $data['header'] = $this->CI->load->view('template/header',$data,true); $data['sidebar'] = $this->CI->load->view('template/sidebar',$data,true); $data['content'] = $this->CI->load->view('content/'.$temp,$data,true); $data['footer'] = $this->CI->load->view('template/footer',$data,true); $this->CI->load->view('template/index',$data); } } ?>
💾 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