$root = $_SERVER['DOCUMENT_ROOT']; if(file_exists("$root/_inc/funcoes.php")){ include("$root/_inc/funcoes.php"); include("$root/_inc/classes.php"); include("$root/_inc/aut_site.php"); include("$root/_inc/conecta.php"); include("$root/_inc/classes_formulario.php"); include("$root/_inc/classes_canal.php"); } session_start(); $pagina = new layout($_SERVER['QUERY_STRING']); ?>