⚠️ **YÜKSEK GÜVENLİK RİSKİ:** Bu dosya herkese açık ve şifresizdir. Lütfen sadece **yerel ortamınızda** kullanın ve işiniz bittiğinde **silin**.
Aktif Dizin:
/home/dltain/public_html/app-1325/Views/blog/admin/role
Dosya Düzenle: view.php
<?php echo $this->extend("layout/default"); ?> <?php echo $this->section("content"); ?> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="flexigrid"> <div class="main-table-box bDiv"> <?php // Change the css classes to suit your needs ?> <table class="table table-bordered"> <tr> <td>Name</td> <td><?php echo $result["name"]; ?></td> </tr> <tr> <td>Description</td> <td><?php echo $result["description"]; ?></td> </tr> <tr> <td>Status</td> <td><?php echo $result["status"]; ?></td> </tr> </table> </div> </div> <div class="clearfix"></div> <?php $attr = array("class"=>"btn btn-primary"); echo anchor("Admin/Role","<i class='fa fa-backward'></i> Back to list",$attr); ?> </div> <!-- /.col-lg-12 --> </div> </div> <!-- /#page-wrapper --> <?php echo $this->endSection(); ?>
Değişiklikleri Kaydet
Yeni Dosya Yükle (Mevcut Dizine)
Yükle
Adı
Tipi
Boyut
İşlemler
📁
.. (Üst Dizin)
📄 add.php
Dosya
2.62 KB
Düzenle
Sil
📄 form.php
Dosya
2.78 KB
Düzenle
Sil
📄 list.php
Dosya
4.3 KB
Düzenle
Sil
📄 permission.php
Dosya
6.19 KB
Düzenle
Sil
📄 view.php
Dosya
1.31 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır