Example #1
0
 /**
  * Comprobar si se necesita recargar la aplicaciĆ³n.
  */
 public static function checkReload()
 {
     if (Session::getReload() === true) {
         Session::setReload(false);
         exit("<script>location.reload();</script>");
     }
 }