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

Commit 5964bfc

Browse files
author
nerdofcode
committed
changes
1 parent d379772 commit 5964bfc

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

user.php

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
12
<?php
2-
$user="wp_user";
3-
$pass="skstsnbd18";
4-
$database="custom";
5-
$table="users";
3+
$user="";
4+
$pass="";
5+
$database="";
6+
$table="";
7+
8+
//Dont edit below here
9+
$version=".00001 alpha";
10+
611
?>
12+
13+

0 commit comments

Comments
 (0)