NO MATCH"; # header("Location: login.php"); #} #else { # print "Welcome $_SESSION[userid]
"; #} $smarty = new Smarty; #phpinfo(); $smarty->template_dir = './templates'; $smarty->compile_dir = './templates_c'; $smarty->cache_dir = './cache'; $smarty->config_dir = './configs'; $smarty->assign('advanced',True); $smarty->display('index.tpl'); # print "Welcome to WebGLI. This is the index page. It has index-y stuff on it. ok?"; ?>