From bfa1ed68f6e743a2ca5555ed68c318d3f9bca0ab Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sat, 20 May 2023 15:07:45 -0500 Subject: [PATCH] Made changes --- api/crontab.php | 23 +++++++++++++++++++++++ api/test.php | 5 +++++ 2 files changed, 28 insertions(+) create mode 100644 api/crontab.php create mode 100644 api/test.php diff --git a/api/crontab.php b/api/crontab.php new file mode 100644 index 0000000..59020c5 --- /dev/null +++ b/api/crontab.php @@ -0,0 +1,23 @@ +query("SELECT crontab_path FROM crontabs;"); + while ($row = $res->fetchArray()){ + exit; + } + break; + } + +?> \ No newline at end of file diff --git a/api/test.php b/api/test.php new file mode 100644 index 0000000..7b5c5e0 --- /dev/null +++ b/api/test.php @@ -0,0 +1,5 @@ + \ No newline at end of file