From b03c6aec5784cd6ef0908689553328b7d9408558 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 19 Aug 2023 08:05:31 +0200 Subject: [PATCH] Create ping.php ping.php file is created to perform "ping" functions --- front/php/server/ping.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 front/php/server/ping.php diff --git a/front/php/server/ping.php b/front/php/server/ping.php new file mode 100644 index 00000000..f2b29a0c --- /dev/null +++ b/front/php/server/ping.php @@ -0,0 +1,35 @@ +"; +echo $output; +echo ""; + +?>