/ Published in: PHP
Expand |
Embed | Plain Text
<?php $dir = new RecursiveDirectoryIterator("."); $hashes = ""; echo "CACHE MANIFEST\n"; foreach(new RecursiveIteratorIterator($dir) as $file) { if ($file->IsFile() && $file != "./manifest.php" && } } ?>
You need to login to post a comment.
