示例#1
0
文件: fs.php 项目: patrix/oraculum
function load($arquivo, $return = false)
{
    return Oraculum_Files::load($arquivo, $return);
}