Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit b3cb10e

Browse files
authored
Update user.php
Improved readability
1 parent da8b91b commit b3cb10e

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

user.php

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
<?php
2-
$user="";
3-
$pass="";
4-
$database="";
5-
$table="";
6-
7-
//Dont edit below here
8-
$version="<b>0.00001 alpha<b>";
9-
?>
2+
3+
//Change the values below this line to match your MySQL database creds
4+
5+
$user="";
6+
7+
$pass="";
8+
9+
$database="";
10+
11+
$table="";
12+
13+
//Dont edit below here
14+
15+
$version="<b>0.00001 alpha<b>";
16+
17+
?>

0 commit comments

Comments
 (0)