⚠️ **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/Views/blog/admin/permission
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>Title</td> <td><?php echo $result["title"]; ?></td> </tr> <tr> <td>Slug</td> <td><?php echo $result["slug"]; ?></td> </tr> <tr> <td>Groups</td> <td><?php echo $result["groups"]; ?></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/Permission","<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
3.12 KB
Düzenle
Sil
📄 form.php
Dosya
3.26 KB
Düzenle
Sil
📄 list.php
Dosya
4.59 KB
Düzenle
Sil
📄 view.php
Dosya
1.45 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır