mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-06 06:53:32 +00:00
Enabling basic functionality
- removed deprecated functions (mysql) - adding function: select view at login - adapting queries to database structure - some minor stuff
This commit is contained in:
parent
1a9e2a34d1
commit
c02cd74586
7 changed files with 203 additions and 60 deletions
6
exampleAddOns/alarmMonitorWeb/logout.php
Normal file
6
exampleAddOns/alarmMonitorWeb/logout.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
session_unset();
|
||||
header("Location: index.php");
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue