⚠️ **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/slider
Dosya Düzenle: index.php
<?php echo $this->extend("layout/default"); ?> <?php echo $this->section("content"); ?> <div class="container"> <h2>Slider Images</h2> <a href="<?= base_url('/Admin/slider/create') ?>">Add New</a> <table class="table" cellpadding="5"> <tr> <th>ID</th> <th>Title</th> <th>Image</th> <th>Status</th> <th>Action</th> </tr> <?php foreach ($sliders as $row): ?> <tr> <td><?= $row['id'] ?></td> <td><?= $row['title'] ?></td> <td><img src="<?= base_url('uploads/sliders/'.$row['image']) ?>" height="80"></td> <td> <?= $row['status'] ? 'Active' : 'Inactive' ?> <a href="<?= base_url('/Admin/slider/toggle-status/'.$row['id']) ?>">[Toggle]</a> </td> <td> <a href="<?= base_url('/Admin/slider/delete/'.$row['id']) ?>" onclick="return confirm('Delete this image?')">Delete</a> </td> </tr> <?php endforeach; ?> </table> </div> <?php echo $this->endSection(); ?>
Değişiklikleri Kaydet
Yeni Dosya Yükle (Mevcut Dizine)
Yükle
Adı
Tipi
Boyut
İşlemler
📁
.. (Üst Dizin)
📄 create.php
Dosya
0.7 KB
Düzenle
Sil
📄 index.php
Dosya
1.09 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır