📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
system
/
config
📝
install.php
← Geri Dön
<?php // Site $_['site_base'] = HTTP_SERVER; $_['site_ssl'] = HTTP_SERVER; // Language $_['language_default'] = 'en-gb'; $_['language_autoload'] = array('en-gb'); // Session $_['session_engine'] = 'file'; $_['session_autostart'] = true; $_['session_name'] = 'OCSESSID'; // Template $_['template_engine'] = 'twig'; $_['template_cache'] = true; // Actions $_['action_default'] = 'install/step_1'; $_['action_router'] = 'startup/router'; $_['action_error'] = 'error/not_found'; $_['action_pre_action'] = array( 'startup/language', 'startup/upgrade', 'startup/database' ); // Action Events $_['action_event'] = array( 'view/*/before' => array( 'event/theme' ) );
💾 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