Files

8 lines
145 B
PHP
Raw Permalink Normal View History

2025-10-09 15:04:29 +11:00
<?php
/**
../../../../conf/scheme.conf
*/
$SCHEMES = realpath(dirname(__FILE__).'/../../../../').'/conf/scheme.conf';
readfile($SCHEMES);