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

Commit b36dcb6

Browse files
author
NerdOfLinux
authored
Update user.php
1 parent 23ba0e2 commit b36dcb6

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="adminuser";
4-
$pass="abc123";
5-
$database="adminpanel";
6-
$table="users";
3+
$user="";
4+
$pass="";
5+
$database="";
6+
$table="";
77

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

0 commit comments

Comments
 (0)