first upload

This commit is contained in:
fpicone
2025-12-06 18:23:43 +01:00
commit 30e1f9b36b
21 changed files with 3935 additions and 0 deletions

12
logout.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
/**
* Logout
* Territory Manager
*/
require_once 'config.php';
require_once 'functions.php';
logout();
header('Location: login.php');
exit;