4 lines
55 B

  1. <?php
  2. class Config {
  3. public static $cache = false;
  4. }