update fetching php

This commit is contained in:
Odweta
2024-01-07 01:48:38 +00:00
parent 263efd5b65
commit 8181fa15af
12 changed files with 10 additions and 1077 deletions
+6 -6
View File
@@ -222,13 +222,13 @@ if (!isset($_POST["username"]) || !isset($_POST["password"])) {
echo create_json_file(get_cal_week(), 0);
}
if ($_POST["cal_tdy_tmr"]) {
echo create_json_file(get_cal_tdy_tmr(), 0);
}
#if ($_POST["cal_tdy_tmr"]) {
# echo create_json_file(get_cal_tdy_tmr(), 0);
#}
if ($_POST["grades"]) {
echo create_json_file(get_grades(), 0);
}
#if ($_POST["grades"]) {
# echo create_json_file(get_grades(), 0);
#}
}
?>