clearstatcache.php 186 B

1234567
  1. <?php
  2. /* The purpose of this file is get PHP to clear its cache regarding the
  3. * filesystem layout. See this ticket http://dev.sourcefabric.org/browse/CC-3320 */
  4. clearstatcache(true);