index.php 246 B

1234567891011
  1. <?php
  2. /*
  3. * To change this license header, choose License Headers in Project Properties.
  4. * To change this template file, choose Tools | Templates
  5. * and open the template in the editor.
  6. */
  7. header("location: consulta_horario.php");
  8. exit();
  9. ?>