update entra id
This commit is contained in:
@@ -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'); ?>
|
||||
|
||||
Reference in New Issue
Block a user