update fetching php
This commit is contained in:
+6
-6
@@ -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);
|
||||
#}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user