khanat-opennel-code/code/ryzom/tools/server/ryzom_ams/ams_lib/libinclude.php
2013-06-16 22:57:09 -07:00

8 lines
278 B
PHP

<?php
// ***********************************************
// Base include file for library functions for AMS
// ***********************************************
function __autoload( $className ){
require_once 'autoload/' . strtolower ( $className ) . '.php';
}