コード例 #1
0
ファイル: fs.php プロジェクト: patrix/oraculum
function load($arquivo, $return = false)
{
    return Oraculum_Files::load($arquivo, $return);
}