www
/
wwwroot
/
itechgalaxy.ro
➕ New
📤 Upload
✎ Editing:
config.php
← Back
<?php //************************************************************************************* //* * //* MiniBrick * //* @copyright (c) 2023 George Constantin Burlacu (contact@burlacugeorge.ro) * //* @website http://www.minibrick.ro * //* * //************************************************************************************* if (isset($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] == 'on' || $_SERVER['HTTPS'] == 1) || isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') { $protocol = 'https://'; $protocol_noslash = 'https'; } else { $protocol = 'http://'; $protocol_noslash = 'http'; } $cf = array( 'root_path' => '/www/wwwroot/itechgalaxy.ro/', 'root_url' => $protocol.$_SERVER['SERVER_NAME'].'/', 'log_errors' => true, 'debug' => 0, 'cache' => false, 'pass_hash' => 'TMYnqSWRveKyBITu5YwYaCmeTCxFgEkn4uRCtnIL5g93cvYLEnhMPFAk9lhC', ); $db = array( 'hostname' => 'localhost', 'database' => 'itechgalaxy', 'username' => 'itechgalaxy', 'password' => 'Newme2025@48912102' ); ?>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel