We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafb608 commit 598950dCopy full SHA for 598950d
1 file changed
vuln_apps/userdata.php
@@ -11,7 +11,7 @@
11
if (isset($_GET['usersearch']) && !empty($_GET['usersearch'])) {
12
try {
13
$result = "";
14
- $conn = new MongoClient('mongodb://192.168.87.157');
+ $conn = new MongoClient('mongodb://127.0.0.1');
15
$db = $conn->appUserData;
16
$collection = $db->users;
17
$search = $_GET['usersearch'];
@@ -47,4 +47,4 @@
47
<?php echo $result; ?>
48
</div>
49
</body>
50
-</html>
+</html>
0 commit comments