mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-14 06:01:34 -07:00
@@ -7,6 +7,10 @@
|
|||||||
# Puche 2022+ jokob jokob@duck.com GNU GPLv3
|
# 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
|
// External files
|
||||||
|
|||||||
@@ -8,6 +8,10 @@
|
|||||||
# Puche 2021 / 2022+ jokob jokob@duck.com GNU GPLv3
|
# 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
|
// External files
|
||||||
require dirname(__FILE__).'/init.php';
|
require dirname(__FILE__).'/init.php';
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,12 @@
|
|||||||
# Puche 2021 / 2022+ jokob jokob@duck.com GNU GPLv3
|
# 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
|
// External files
|
||||||
require dirname(__FILE__).'/init.php';
|
require dirname(__FILE__).'/init.php';
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,12 @@
|
|||||||
# cvc90 2023 https://github.com/cvc90 GNU GPLv3 #
|
# 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
|
// Get init.php
|
||||||
require dirname(__FILE__).'/../server/init.php';
|
require dirname(__FILE__).'/../server/init.php';
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// 🔺----- API ENDPOINTS SUPERSEDED -----🔺
|
||||||
|
// check server/api_server/api_server_start.py for equivalents
|
||||||
|
// equivalent: /nettools
|
||||||
|
// 🔺----- API ENDPOINTS SUPERSEDED -----🔺
|
||||||
|
|
||||||
require 'util.php';
|
require 'util.php';
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -12,6 +12,11 @@
|
|||||||
# cvc90 2023 https://github.com/cvc90 GNU GPLv3 #
|
# 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
|
// Get init.php
|
||||||
require dirname(__FILE__).'/../server/init.php';
|
require dirname(__FILE__).'/../server/init.php';
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
require dirname(__FILE__).'/../server/init.php';
|
require dirname(__FILE__).'/../server/init.php';
|
||||||
|
|
||||||
// EQUIVALENT: /nettools/speedtest
|
// 🔺----- API ENDPOINTS SUPERSEDED -----🔺
|
||||||
|
// check server/api_server/api_server_start.py for equivalents
|
||||||
|
// equivalent: /nettools
|
||||||
|
// 🔺----- API ENDPOINTS SUPERSEDED -----🔺
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// check if authenticated
|
// check if authenticated
|
||||||
|
|||||||
@@ -12,6 +12,11 @@
|
|||||||
# cvc90 2023 https://github.com/cvc90 GNU GPLv3 #
|
# 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
|
// Get init.php
|
||||||
require dirname(__FILE__).'/../server/init.php';
|
require dirname(__FILE__).'/../server/init.php';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user