Merge tag 'v25.03' into techbar

This commit is contained in:
ThaMunsta
2025-03-30 14:23:22 -04:00
588 changed files with 129200 additions and 5843 deletions

View File

@@ -10,7 +10,7 @@ if (php_sapi_name() !== 'cli' && $_GET['key'] !== 'GxKo679Jm5xjOtQ81Zo3ywWMVcNB5
require_once "../config.php";
// Set Timezone
require_once "../inc_set_timezone.php";
require_once "../includes/inc_set_timezone.php";
require_once "../functions.php";
$sql_settings = mysqli_query($mysqli, "SELECT * FROM settings WHERE company_id = 1");