Skip to content

Commit e1e3b14

Browse files
authored
Update index.php
1 parent 43c2a2e commit e1e3b14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/index.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ function cleanArray($didYouMeans){
8282
}
8383

8484

85+
if(isset($_GET['source']) && '@server.key'===$_GET['source']){
86+
header('Content-Type: text/plain');
87+
echo file_get_contents($pub_key_file);
88+
exit;
89+
}
90+
8591

8692
$per_page = 25;
8793

0 commit comments

Comments
 (0)