/home/storage/e/25/65/hospitalmondai2/public_html/header_nocache.php(4)
1 <meta http-equiv="cache-control" content="no-cache" /> 2 <meta http-equiv="pragma" content="no-cache" /> 3 <meta http-equiv="expires" content="-1" /> 4 <meta http-equiv="Last-Modified" content="<?=date("D, d M Y H:i:s")?>" />
#0 |
+
–
/home/storage/e/25/65/hospitalmondai2/public_html/header_nocache.php(4): date("D, d M Y H:i:s") 1 <meta http-equiv="cache-control" content="no-cache" /> 2 <meta http-equiv="pragma" content="no-cache" /> 3 <meta http-equiv="expires" content="-1" /> 4 <meta http-equiv="Last-Modified" content="<?=date("D, d M Y H:i:s")?>" /> |
#1 |
+
–
/home/storage/e/25/65/hospitalmondai2/public_html/header.php(22): include("/home/storage/e/25/65/hospitalmondai2/public_html/header_nocache...") 17 <meta name="custodian" content="atendimento@popupdigital.com.br" /> 18 <meta name="language" content="pt-br" /> 19 <meta name="viewport" content="width=device-width, initial-scale=1" /> 20 <meta name="format-detection" content="telephone=no"/> 21 <?php include_once("RequestManager.php");$request_manager = new RequestManager();$base_url = $request_manager->getBaseUrl($absolute=true).'/';$server = $_SERVER['SERVER_NAME']; ?><base href="<?=$base_url?>"/> 22 <?php include("header_nocache.php"); ?> 23 <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png"> 24 <meta property="og:title" content="Associação Hospitalar Mondaí" /> 25 <meta property="og:description" content="No ano de 1951, mais precisamente em 29 de julho, corajosos homens e mulheres fundaram a Sociedade Hospitalar Mondaí" /> 26 <meta property="og:type" content="http://hospitalmondai.com.br" /> 27 <meta property="og:url" content="http://hospitalmondai.com.br/" /> |
#2 |
+
–
/home/storage/e/25/65/hospitalmondai2/public_html/novidades_page.php(25): include("/home/storage/e/25/65/hospitalmondai2/public_html/header.php") 20 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> 21 <html xmlns="http://www.w3.org/1999/xhtml" lang="pt-br"> 22 <head profile="http://gmpg.org/xfn/11"> 23 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 24 <title>Notícias | Associação Hospitalar Mondaí</title> 25 <?php include("header.php"); ?> 26 <style type="text/css"><?php echo file_get_contents ('css/slick.css'); echo file_get_contents ('css/fancybox.css');?></style> 27 </head> 28 <body> 29 <div id="wrapper"> 30 <div id="topo"><?php include("topo.php"); ?></div> |
#3 |
+
–
/home/storage/e/25/65/hospitalmondai2/public_html/RequestManager.php(121): require_once("/home/storage/e/25/65/hospitalmondai2/public_html/novidades_page...") 116 117 $this->setRoutes($routes); 118 $return = $this->defineRoute(); 119 120 if($return['status']){ 121 require_once($return['file']); 122 exit; 123 } 124 header('location: '.$this->getBaseUrl().DIRECTORY_SEPARATOR.$this->default_route); 125 exit; 126 } |
#4 |
+
–
/home/storage/e/25/65/hospitalmondai2/public_html/index.php(24): RequestManager->run(array("/sobre-nos" => "sobre_nos.php", "/servicos" => "servicos_page.php", "/atendimento" => "atendimento_page.php", "/especialidades" => "especialidades_page.php", ...)) 19 '/index'=>'inicial.php', 20 '/inicial'=>'inicial.php', 21 '/(?P<url>\S+)'=>'inicial.php', 22 ); 23 $request_manager = new RequestManager(); 24 $request_manager->run($rotas); 25 exit; |