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

Commit 23ba0e2

Browse files
author
NerdOfLinux
committed
Added gitignore
1 parent d6fa61f commit 23ba0e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
<?php
3-
$user="";
4-
$pass="";
5-
$database="";
6-
$table="";
3+
$user="adminuser";
4+
$pass="abc123";
5+
$database="adminpanel";
6+
$table="users";
77

88
//Dont edit below here
99
$version="<b>0.00001 alpha<b>";

0 commit comments

Comments
 (0)