summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/rss.widget.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/widgets/widgets/rss.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/rss.widget.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/widgets/widgets/rss.widget.php b/usr/local/www/widgets/widgets/rss.widget.php
index 45b2d41..a149907 100644
--- a/usr/local/www/widgets/widgets/rss.widget.php
+++ b/usr/local/www/widgets/widgets/rss.widget.php
@@ -2,7 +2,7 @@
/*
$Id$
Copyright 2009 Scott Ullrich
- Part of pfSense widgets (www.pfsense.com)
+ Part of pfSense widgets (https://www.pfsense.org)
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -56,8 +56,8 @@ if($config['widgets']['rsswidgettextlength'])
// Set a default feed if none exists
if(!$rss_feed_s) {
- $rss_feed_s = "http://blog.pfsense.org";
- $config['widgets']['rssfeed'] = "http://blog.pfsense.org";
+ $rss_feed_s = "https://blog.pfsense.org";
+ $config['widgets']['rssfeed'] = "https://blog.pfsense.org";
}
if(!$max_items)
OpenPOWER on IntegriCloud