summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Brill <egore911@gmail.com>2014-09-17 23:22:59 +0200
committerChristoph Brill <egore911@gmail.com>2014-09-17 23:22:59 +0200
commit7940c080c4b367a4f5589e92ff718ab9af9950ff (patch)
treec75ef28858758fedf1e52e8dd90836984e1f0fad
parentfcc95d27d79b7643660227303e7d537eeeb2edde (diff)
Add support for https URLs
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 28487e9..9fd4bab 100755
--- a/index.php
+++ b/index.php
@@ -332,7 +332,7 @@ if (!isset($date)) {
<hr/>'.PHP_EOL;
$filename = 'dri-devel-'.$date.'.log';
- $pattern = '#(^|[^\"=]{1})(http://|ftp://|mailto:|news:)([^\s<>]+)([\s\n<>]|$)#sm';
+ $pattern = '#(^|[^\"=]{1})(http://|ftp://|https://|mailto:|news:)([^\s<>]+)([\s\n<>]|$)#sm';
$timehashes = array();
$lines = file(LOG_DIR.$filename);