h9k / magirc

PHP Frontend for Anope / Denora IRC Statistics
https://h9k.github.io/magirc/
34 stars 14 forks source link

Fix admin page breaking when viewed via https #115

Closed adamus1red closed 9 years ago

adamus1red commented 9 years ago

Change javascript sources to use https:// instead of http:// so the admin panel is usable when viewed over a secure connection

CoryChaplin commented 9 years ago

Wouldn't it be better to use "//" instead of forcing the protocol ?

h9k commented 9 years ago

Yes it would. Will change that.