Beispiel #1
0
 function __Construct()
 {
     parent::__Construct();
     /*if (!empty($_SERVER['HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest') {}
     		else { header("Location: ".NeuralRutasApp::RutaURL('Central')); exit(); }
     		*/
     AyudasSessiones::ValidarSession();
 }
Beispiel #2
0
 function __Construct()
 {
     parent::__Construct();
     AyudasSessiones::ValidarSession();
 }
Beispiel #3
0
 function __Construct()
 {
     parent::__Construct();
     AyudasSessiones::ValidarSession();
     ini_set('max_execution_time', 0);
 }