<?php
							 | 
						|
								class Config {
							 | 
						|
								  public static $base = 'https://xray.p3k.io';
							 | 
						|
								  public static $cache = true;
							 | 
						|
								  public static $admins = [
							 | 
						|
								    'https://aaronparecki.com/'
							 | 
						|
								  ];
							 | 
						|
								}
							 |