Não foi possível estabelecer uma conexão com o banco de dados!
Se o problema persistir entre em contado com o suporte técnico
Tentar Novamente
"; } function SetAbsPath() { if (!$_SESSION["SSaut"]) { $bar = (strtoupper(substr(PHP_OS, 0, 3)) == "WIN") && (trim(getenv("OS")) != '') ? "\\" : "/"; $path = GetPathApi(dirname(__FILE__), $bar); $_SESSION[PATH_BAR] = $bar; $_SESSION[PATH_ABSOLUTO] = substr($path, -1) != $bar ? $path . $bar : $path; } } function GetPathApi($path, $bar) { $dirs = explode($bar, $path); $numDir = count($dirs); $newPath = ''; for ($i = 0; $i < ($numDir - 1); $i++) $newPath .= $dirs[$i] . $bar; return $newPath; } ?>