From 88b50436e0597c988f1c77d2138679854cc8c89e Mon Sep 17 00:00:00 2001 From: AlexLara Date: Thu, 6 Mar 2025 09:00:24 -0600 Subject: [PATCH] Merge branch 'master' of https://github.lci.ulsa.mx/PAAD/paad --- rest/horarios.php | 2 +- robots.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 robots.txt diff --git a/rest/horarios.php b/rest/horarios.php index a3d7235..643e482 100644 --- a/rest/horarios.php +++ b/rest/horarios.php @@ -204,7 +204,7 @@ try{ }*/ $sguHash[] = array( - "hash"=>( trim($row["HoraInicio"]."|".($row["NombreMateria"])."|".(trim($row["ClaveProfesor"])==""?"000000":trim($row["ClaveProfesor"]))."|".$row["IdEspacio"]."|".$per["periodo_id"]."|".$row["Carrera"]) ), + "hash"=>( trim($row["HoraInicio"]."|".($row["ClaveMateria"])."|".($row["NombreMateria"])."|".(trim($row["ClaveProfesor"])==""?"000000":trim($row["ClaveProfesor"]))."|".$row["IdEspacio"]."|".$per["periodo_id"]."|".$row["Carrera"]) ), "data"=>$row, "per"=>$per["periodo_id"] ); diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..77470cb --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file