Skip to content

Commit 6a7a978

Browse files
committed
include server name in page title
1 parent 77e57d6 commit 6a7a978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodbadmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ function findMongoDbDocument($id, $db, $collection, $forceCustomId = false)
449449
<body>
450450

451451
<div id="content">
452-
<h1>PHP MongoDB Admin</h1>
452+
<h1>PHP MongoDB Admin - <?php echo $server ?></h1>
453453
<?php if (isset($_REQUEST['error'])): ?>
454454
<div class="error">
455455
<?php echo $_REQUEST['error'] ?>

0 commit comments

Comments
 (0)