0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.223.108.134


Current Path : /var/www/html/gcg/adm/admin/
Upload File :
Current File : /var/www/html/gcg/adm/admin/database.php

<?php
include("/var/www/config.php");
	
	$servername = SERVERNAME;
	$username = USERNAME;
	$password = PASSWORD;
	$databse = 'logisys3_gcg';

	$conn = new  mysqli($servername,$username,$password,$databse);
	if(!$conn) 
	{
        die("Connection failed: " . mysqli_connect_error());
	}
	
?>