Autosave: 20260218-185515
This commit is contained in:
parent
75abfd68ed
commit
2426432e9e
@ -1,12 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
// Configuration for the SEPARATE Licensing Server
|
// Configuration for omanaap.cloud
|
||||||
// This file should be configured on the server where you host the License Manager.
|
// 1. Database Credentials (for the live server)
|
||||||
|
define('DB_HOST', 'localhost');
|
||||||
|
define('DB_NAME', 'u128023052_meezan_license');
|
||||||
|
define('DB_USER', 'u128023052_meezan_license');
|
||||||
|
define('DB_PASS', 'Meezan@2026');
|
||||||
|
|
||||||
define('DB_HOST', '127.0.0.1');
|
// 2. The Secret Key (Just the code, not the command)
|
||||||
define('DB_NAME', 'license_manager_db');
|
define('SERVER_SECRET', '1485-5215-2578');
|
||||||
define('DB_USER', 'license_manager');
|
|
||||||
define('DB_PASS', 'jHG3lC03GbTSErdw');
|
|
||||||
define('SERVER_SECRET', 'CHANGE_THIS_TO_A_RANDOM_STRING_FOR_SECURITY');
|
|
||||||
|
|
||||||
function db_manager() {
|
function db_manager() {
|
||||||
static $pdo;
|
static $pdo;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user