📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
berbersripti.demodesign.com.tr
/
panel
/
application
/
views
/
randevu_v
/
list
📝
index.php
← Geri Dön
<!DOCTYPE html> <html lang="tr"> <head> <?php $this->load->view("includes/head"); ?> </head> <body class="menubar-left menubar-unfold menubar-light theme-primary"> <!--============= start main area --> <!-- APP NAVBAR ==========--> <?php $this->load->view("includes/navbar"); ?> <!--========== END app navbar --> <!-- APP ASIDE ==========--> <?php $this->load->view("includes/aside"); ?> <!--========== END app aside --> <!-- navbar search --> <?php $this->load->view("includes/navbar-search"); ?> <!-- .navbar-search --> <!-- APP MAIN ==========--> <main id="app-main" class="app-main"> <div class="wrap"> <section class="app-content"> <?php $this->load->view("{$viewFolder}/{$subViewFolder}/content"); ?> </section><!-- #dash-content --> </div><!-- .wrap --> <!-- APP FOOTER --> <?php $this->load->view("includes/footer"); ?> <!-- /#app-footer --> </main> <!--========== END app main --> <?php $this->load->view("includes/include_script"); ?> </body> </html>
💾 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