Nexus Manager
Local Host Mode
eiin
config
Editing core.php
core.php
Cancel
Save Changes
<?php /** * Core Configuration File * Developed by: Kabir (https://kabir.pages.dev) */ // Define Base URL dynamically $protocol = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http"; $domain = $_SERVER['HTTP_HOST']; $base_dir = str_replace(basename($_SERVER['SCRIPT_NAME']), '', $_SERVER['SCRIPT_NAME']); define('BASE_URL', $protocol . "://" . $domain . $base_dir); // Hidden External API Configuration define('EXTERNAL_API_BASE', 'http://202.72.235.218:8082/api/v1/institute/list'); // Turn off error reporting in production for security error_reporting(0); ini_set('display_errors', 0); ?>
New Folder
Folder Name
Cancel
Create
New File
File Name
Cancel
Create