PiAlert -> NetAlertX ✍

This commit is contained in:
jokob-sk
2024-04-07 09:44:37 +10:00
parent 77eb472416
commit 7653ddce63
114 changed files with 362 additions and 362 deletions

View File

@@ -1,6 +1,6 @@
<?php
//------------------------------------------------------------------------------
// Pi.Alert
// NetAlertX
// Open Source Network Guard / WIFI & LAN intrusion detector
//
// db.php - Front module. Server side. DB common file

View File

@@ -1,6 +1,6 @@
<?php
//------------------------------------------------------------------------------
// Pi.Alert
// NetAlertX
// Open Source Network Guard / WIFI & LAN intrusion detector
//
// parameters.php - Front module. Server side. Manage Parameters

View File

@@ -1,6 +1,6 @@
<?php
//------------------------------------------------------------------------------
// Pi.Alert
// NetAlertX
// Open Source Network Guard / WIFI & LAN intrusion detector
//
// devices.php - Front module. Server side. Manage Devices

View File

@@ -1,6 +1,6 @@
<?php
//------------------------------------------------------------------------------
// Pi.Alert
// NetAlertX
// Open Source Network Guard / WIFI & LAN intrusion detector
//
// events.php - Front module. Server side. Manage Events

View File

@@ -1,7 +1,7 @@
<?php
###################################################################################
# Pi.Alert #
# NetAlertX #
# Open Source Network Guard / WIFI & LAN intrusion detector #
# #
# internetinfo.php # Front module. Server side. System Information #

View File

@@ -1,7 +1,7 @@
<?php
###################################################################################
# Pi.Alert #
# NetAlertX #
# Open Source Network Guard / WIFI & LAN intrusion detector #
# #
# nslookup.php # Front module. Server side. System Information #

View File

@@ -1,6 +1,6 @@
<?php
//------------------------------------------------------------------------------
// Pi.Alert
// NetAlertX
// Open Source Network Guard / WIFI & LAN intrusion detector
//
// parameters.php - Front module. Server side. Manage Parameters

View File

@@ -1,7 +1,7 @@
<?php
###################################################################################
# Pi.Alert #
# NetAlertX #
# Open Source Network Guard / WIFI & LAN intrusion detector #
# #
# traceroute.php # Front module. Server side. System Information #

View File

@@ -1,6 +1,6 @@
<?php
//------------------------------------------------------------------------------
// Pi.Alert
// NetAlertX
// Open Source Network Guard / WIFI & LAN intrusion detector
//
// util.php - Front module. Server side. Common generic functions
@@ -302,7 +302,7 @@ function saveSettings()
$txt = $txt."# Generated: ".$timestamp." #\n";
$txt = $txt."# #\n";
$txt = $txt."# Config file for the LAN intruder detection app: #\n";
$txt = $txt."# https://github.com/jokob-sk/Pi.Alert #\n";
$txt = $txt."# https://github.com/jokob-sk/NetAlertX #\n";
$txt = $txt."# #\n";
$txt = $txt."#-----------------AUTOGENERATED FILE-----------------#\n";