update entra id

This commit is contained in:
2025-05-13 15:03:09 +02:00
parent 6752d3515f
commit 2a96d24de7
44 changed files with 3835 additions and 1856 deletions
+3 -10
View File
@@ -4,11 +4,8 @@ ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL | E_STRICT);
define('BASE_PATH', realpath(__DIR__ . '/../../..'));
define('BASE_URL', '/reportifynew/public/');
define('USERAREA_PATH', '/reportifynew/public/userarea/');
define('INCLUDE_PATH', BASE_URL . 'userarea/include/');
define('ASSETS_PATH', BASE_URL . 'userarea/include/assets/');
require_once __DIR__ . '/path_definition.php';
// This should be equal to: PATH_TO_VANGUARD_FOLDER/extra/auth.php
require_once(BASE_PATH . '/extra/auth.php');
@@ -75,11 +72,7 @@ if (isset($_SESSION["infobox"])) {
?>
<?php
require_once(BASE_PATH . '\public\Connections\repnew.php');
require_once(BASE_PATH . '/public/Connections/repnew.php');
?>
<?php require_once(BASE_PATH . '/public/webassist/mysqli/rsobj.php'); ?>
@@ -0,0 +1,8 @@
<?php
// Define paths that may change based on the server
define('BASE_PATH', realpath(__DIR__ . '/../../..'));
define('BASE_URL', '/reportifynew/public/');
define('USERAREA_PATH', '/reportifynew/public/userarea/');
define('INCLUDE_PATH', BASE_URL . 'userarea/include/');
define('ASSETS_PATH', BASE_URL . 'userarea/include/assets/');