diff --git a/front/php/server/dbHelper.php b/front/php/server/dbHelper.php index 0d50b3ce..d5eff96c 100755 --- a/front/php/server/dbHelper.php +++ b/front/php/server/dbHelper.php @@ -7,6 +7,10 @@ # Puche 2022+ jokob jokob@duck.com GNU GPLv3 //------------------------------------------------------------------------------ +// 🔺----- API ENDPOINTS SUPERSEDED -----🔺 +// check server/api_server/api_server_start.py for equivalents +// equivalent: /dbquery +// 🔺----- API ENDPOINTS SUPERSEDED -----🔺 //------------------------------------------------------------------------------ // External files diff --git a/front/php/server/devices.php b/front/php/server/devices.php index deda57f7..f696b114 100755 --- a/front/php/server/devices.php +++ b/front/php/server/devices.php @@ -8,6 +8,10 @@ # Puche 2021 / 2022+ jokob jokob@duck.com GNU GPLv3 //------------------------------------------------------------------------------ +// 🔺----- API ENDPOINTS SUPERSEDED -----🔺 +// check server/api_server/api_server_start.py for equivalents +// 🔺----- API ENDPOINTS SUPERSEDED -----🔺 + // External files require dirname(__FILE__).'/init.php'; diff --git a/front/php/server/events.php b/front/php/server/events.php index 1fb73bc2..7c3f0cb3 100755 --- a/front/php/server/events.php +++ b/front/php/server/events.php @@ -8,6 +8,12 @@ # Puche 2021 / 2022+ jokob jokob@duck.com GNU GPLv3 //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ + +// 🔺----- API ENDPOINTS SUPERSEDED -----🔺 +// check server/api_server/api_server_start.py for equivalents +// equivalent: /sessions /events +// 🔺----- API ENDPOINTS SUPERSEDED -----🔺 + // External files require dirname(__FILE__).'/init.php'; diff --git a/front/php/server/internetinfo.php b/front/php/server/internetinfo.php index 2a11be8f..4fb1df3e 100755 --- a/front/php/server/internetinfo.php +++ b/front/php/server/internetinfo.php @@ -12,6 +12,12 @@ # cvc90 2023 https://github.com/cvc90 GNU GPLv3 # ################################################################################### + +// 🔺----- API ENDPOINTS SUPERSEDED -----🔺 +// check server/api_server/api_server_start.py for equivalents +// equivalent: /nettools +// 🔺----- API ENDPOINTS SUPERSEDED -----🔺 + // Get init.php require dirname(__FILE__).'/../server/init.php'; diff --git a/front/php/server/nmap_scan.php b/front/php/server/nmap_scan.php index 3721117a..e07dd7f1 100755 --- a/front/php/server/nmap_scan.php +++ b/front/php/server/nmap_scan.php @@ -1,5 +1,10 @@