***************************************************************************/ include ('paths.php'); include_once ($PFN_paths['include'].'class_tempo.php'); include_once ($PFN_paths['include'].'funcions.php'); include_once ($PFN_paths['include'].'class_conf.php'); include_once ($PFN_paths['include'].'class_vars.php'); if (is_dir($PFN_paths['web'].'instalar/')) { header('Location: instalar/index.php'); exit; } $PFN_conf->textos('web'); $PFN_tempo->rexistra('preplantillas'); $txt_erro = ''; include ($PFN_paths['plantillas'].'cab.inc.php'); include ($PFN_paths['plantillas'].'login.inc.php'); include ($PFN_paths['plantillas'].'pe.inc.php'); ?>