Your IP : 108.162.216.192


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

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