Skip to content

Commit d3e3a95

Browse files
committed
change path of config.php
1 parent 65dd21c commit d3e3a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//echo $_POST["post_1"];
33
//$post = $_POST["post_1"];
44

5-
include 'xampp/config.php';
5+
include 'config.php';
66
$linkDB = mysqli_connect("127.0.0.1", $dbuser,$dbpass,$dbname);
77
if (!$linkDB) {
88
echo "Error: Unable to connect to MySQL." . PHP_EOL;

0 commit comments

Comments
 (0)