Skip to content

Commit ef2627f

Browse files
author
Steven Surowiec
committed
Added no-cache header
1 parent 6a74f8e commit ef2627f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mongodbadmin.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* @author Jonathan H. Wage <jonwage@gmail.com>
1818
*/
1919

20+
header('Pragma: no-cache');
21+
2022
$server = 'mongodb://localhost:27017';
2123
$options = array(
2224
'connect' => true

0 commit comments

Comments
 (0)