⚠️ **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/calendar
Dosya Düzenle: show.php
<?=$this->extend('layout/page');?> <?=$this->section('content');?> <div style="max-width:800px; margin:auto; font-family:Arial;"> <h2 style="color:#006400;"><?= esc($event['title']) ?></h2> <p><b>Category:</b> <?= esc($event['category']) ?> (<?= esc($event['sex']) ?>)</p> <p><b>Location:</b> <?= esc($event['location']) ?></p> <p><b>Start:</b> <?= esc($event['start_date']) ?> <?= esc($event['start_time']) ?><br> <b>End:</b> <?= esc($event['end_date']) ?> <?= esc($event['end_time']) ?></p> <p><b>Status:</b> <?= $event['status'] ? 'Active' : 'Inactive' ?></p> <p><b>Description:</b><br> <?= esc($event['description']) ?> </p> <?php if ($event['image']): ?> <div style="margin:15px 0;"> <img src="<?= base_url('uploads/events/'.$event['image']) ?>" alt="<?= esc($event['title']) ?>" style="max-width:100%; height:auto; border:1px solid #ccc; padding:5px;"> </div> <?php endif; ?> <a href="<?= site_url('calendar') ?>" style="background:#006400; color:#fff; padding:10px 15px; text-decoration:none; border-radius:5px;"> ⬅ Back to Calendar </a> </div> <?=$this->endSection()?>
Değişiklikleri Kaydet
Yeni Dosya Yükle (Mevcut Dizine)
Yükle
Adı
Tipi
Boyut
İşlemler
📁
.. (Üst Dizin)
📄 index.php
Dosya
1.58 KB
Düzenle
Sil
📄 show.php
Dosya
1.2 KB
Düzenle
Sil
📄 yearly.php
Dosya
2.2 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır