mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Update report.php
Modified the creators banner Removed error_reporting variable to disable php errors
This commit is contained in:
@@ -1,18 +1,17 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------#
|
||||||
// Pi.Alert
|
# Pi.Alert #
|
||||||
// Open Source Network Guard / WIFI & LAN intrusion detector
|
# Open Source Network Guard / WIFI & LAN intrusion detector #
|
||||||
//
|
# #
|
||||||
// report.php - Front module. Server side. Manage Devices
|
# report.php - Front module. Server side. Manage Devices #
|
||||||
//------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------#
|
||||||
// Puche 2021 pi.alert.application@gmail.com GNU GPLv3
|
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3 #
|
||||||
// jokob-sk 2022 jokob.sk@gmail.com GNU GPLv3
|
# jokob-sk 2022 jokob.sk@gmail.com GNU GPLv3 #
|
||||||
// leiweibau 2022 https://github.com/leiweibau GNU GPLv3
|
# leiweibau 2022 https://github.com/leiweibau GNU GPLv3 #
|
||||||
// cvc90 2023 https://github.com/cvc90 GNU GPLv3
|
# cvc90 2023 https://github.com/cvc90 GNU GPLv3 #
|
||||||
//------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------#
|
||||||
|
|
||||||
error_reporting(0);// Turn off php errors
|
|
||||||
require 'php/templates/header.php';
|
require 'php/templates/header.php';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user