1<?php 2/** 3../../../../conf/scheme.conf 4*/ 5 6$SCHEMES = realpath(dirname(__FILE__).'/../../../../').'/conf/scheme.conf'; 7readfile($SCHEMES); 8