5 lines
101 B

  1. <?php
  2. class Config {
  3. public static $base = 'http://example.com';
  4. public static $cache = false;
  5. }