mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Refactor more URL related functions
This commit is contained in:
parent
a8094fe766
commit
08560f84be
5 changed files with 9 additions and 15 deletions
|
|
@ -157,8 +157,7 @@ class rssView extends rss
|
|||
break;
|
||||
}
|
||||
|
||||
if($_SERVER['HTTPS']=='on') $proctcl = 'https://';
|
||||
else $proctcl = 'http://';
|
||||
$proctcl = RX_SSL ? 'https://' : 'http://';
|
||||
|
||||
$temp_link = explode('/', $info->link);
|
||||
if($temp_link[0]=='' && $info->link)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue