📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
yoresele-ticaret.demodesign.com.tr
/
secured
/
inc
/
modules
/
cache
📝
clear.php
← Geri Dön
<?php echo !defined("GUVENLIK") ? die("Vaoww! Bu ne cesaret?") : null;?> <?php if($_GET['cache']=='trash' ) {?> <?php if($yetki['demo'] != '1' ) { array_map('unlink', glob('../i/cache/d/*.html')); array_map('unlink', glob('../i/cache/s/*.html')); header('Location:'.$_SESSION['current_url'] .''); $_SESSION['cache_alert'] = 'success'; }else{ header('Location:'.$_SESSION['current_url'] .''); $_SESSION['main_alert'] = 'demo'; } ?> <?php }else { ?> <?php header('Location:'.$ayar['panel_url'].''); ?> <?php }?>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula