📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
propanel
/
controller
/
event
📝
theme.php
← Geri Dön
<?php class ControllerEventTheme extends Controller { public function index(&$route, &$args) { // This is only here for compatibility with old templates if (substr($route, -3) == 'tpl') { $view = substr($route, 0, -3); } if (is_file(DIR_TEMPLATE . $route . '.twig')) { $this->config->set('template_engine', 'twig'); } elseif (is_file(DIR_TEMPLATE . $route . '.tpl')) { $this->config->set('template_engine', 'template'); } } }
💾 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