/hosting/verdevida/public_html/RequestManager.php(171)
159 } 160 } 161 162 if(!empty($_GET['ajax_nocache'])){ 163 ob_start(); 164 require_once($require_file); 165 $html = ob_get_clean(); 166 Utf8::encode($html); 167 echo $html; 168 exit; 169 } 170 171 require_once($require_file); 172 exit; 173 174 } 175 176 } 177 ?>
| #0 |
+
–
/hosting/verdevida/public_html/RequestManager.php(171): require_once() 166 Utf8::encode($html); 167 echo $html; 168 exit; 169 } 170 171 require_once($require_file); 172 exit; 173 174 } 175 176 } |
| #1 |
+
–
/hosting/verdevida/public_html/index.php(53): RequestManager->run(array("/" => "inicial.php", "/index" => "inicial.php", "/inicial" => "inicial.php", "/index.php" => "inicial.php", ...)) 48 '/voluntario-form'=>'voluntario-envia.php', 49 50 ); 51 52 $request_manager = new RequestManager(); 53 $request_manager->run($rotas); |