v.1.1 changes 16-04-2026:

- Minor changes to interface.
- Fixed different missing includes.
- Access now denied to api calls that are related to disabled modules.
- Fixed sorting of CPU and memory in server overview.
This commit is contained in:
2026-04-16 15:02:25 +02:00
parent eec1d13cf5
commit 7e5d764483
16 changed files with 2884 additions and 0 deletions

20
config.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
/**
* This file is used for connecting to the database and configuring the superuser password
* Rename this file to config.php to make it take effect
*/
# database server name
$db_server = "localhost";
# database server port
$db_port = "3306";
# database name
$db_database = "sentri_dev";
# database user
$db_user = "sentri_dev";
# Database password
$db_password = "nTYN30NE9b3EkSm4xpLMhBDSPk";