Your IP : 108.162.216.193


Current Path : /var/www/element/data/element_backup.2025.12.07/domstroyrus.ru/cache/
Upload File :
Current File : /var/www/element/data/element_backup.2025.12.07/domstroyrus.ru/cache/drop.php

<?php
foreach (new DirectoryIterator(dirname(__FILE__)) as $file) {
    @unlink($file->getPathname());
}
echo "cache droped";