5 lines
101 B

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