| Current Path : /var/www/element/data/www/domstroyrus.ru/cache/ |
| 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";