// BASEURI, RELURI beallitasa
Warning: glob() [function.glob]: open_basedir restriction in effect. File(/home/ajahu001/public_html/js/config) is not within the allowed path(s): (/home/ajahu001:/usr/php4/lib/php:/usr/local/php4/lib/php:/usr/local/lanten/public:/upload) in /backup/home/ajahu001/public_html/config/config.php on line 41
var BASEURI = 'http://www.aja.hu/';
var RELURI = '/';
function get_url(modul, func)
{
return BASEURI+modul+'/'+ (func ? (func+'/') : '');
}