8 lines
162 B

<?php
class Config {
public static $base = 'http://xray.dev';
public static $cache = false;
public static $admins = [
'https://you.example.com/'
];
}