📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
rentacarv1.demodesign.com.tr
/
trex
/
php
📝
controller.php
← Geri Dön
<?php $delete = (isset($_POST['delete'])) ? $_POST['delete'] : null; $action = (isset($_POST['action'])) ? $_POST['action'] : null; ?> <?php /* == Delete == */ switch ($delete): case "deletepages": /* == deletion codes == */ /* == deletion codes == */ break; endswitch; switch ($action): case "processPages": /* == add or update codes == */ echo " <div class=\"alert bg-success alert-dismissible\" role=\"alert\"> <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button> <strong>Success!</strong> Page successfully added.. </div> "; /* == add or update codes == */ break; endswitch; ?>
💾 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