[go: up one dir, main page]

Menu

[r1]: / omgm / lib / utils.php  Maximize  Restore  History

Download this file

9 lines (6 with data), 112 Bytes

1
2
3
4
5
6
7
8
<?php
//include_once "../define.php";
function __autoload($className){
require_once $className.".php";
}
?>