Skip to content

Commit 0de5827

Browse files
authored
Update functions.php
1 parent 327fcc3 commit 0de5827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
//functions for RED HAWK
2+
//functions for DomainRecon
33
function getTitle($url) {
44
$data = readcontents($url);
55
$title = preg_match('/<title[^>]*>(.*?)<\/title>/ims', $data, $matches) ? $matches[1] : null;

0 commit comments

Comments
 (0)