5 lines
101 B

<?php
class Config {
public static $base = 'https://xray.p3k.io';
public static $cache = true;
}