📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
pansiyonscripti.demodesign.com.tr
/
panel
/
application
/
views
/
includes
📝
alert.php
← Geri Dön
<?php $alert = $this->session->userdata("alert"); if($alert){ if($alert["type"] === "success"){ ?> <script> iziToast.success({ title: '<?php echo $alert["title"]; ?>', message: '<?php echo $alert["text"]; ?>', position : "topCenter" }) </script> <?php } else { ?> <script> iziToast.error({ title: '<?php echo $alert["title"]; ?>', message: '<?php echo $alert["text"]; ?>', position : "topCenter" }) </script> <?php } } ?>
💾 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