Fixing directory and required file issues

This commit is contained in:
Michał Gdula 2022-09-13 16:07:01 +00:00
parent 9ed36e2738
commit 1472692ed5
16 changed files with 51 additions and 119 deletions

View file

@ -9,11 +9,6 @@ $conn_username = "uwu";
$conn_password = "fennec621";
$conn_database = "gallery";
/*
echo $_SERVER['DOCUMENT_ROOT'].dirname($_SERVER['SCRIPT_NAME']);
echo $_SERVER['PHP_SELF'];
*/
$conn = mysqli_connect($conn_ip, $conn_username, $conn_password , $conn_database);
if ($conn->connect_error) {
?>