In the config.php file define('URL_PROTOCOL', 'http://'); should be define('URL_PROTOCOL', '//'); instead to allow for https protocol definitions when using URL.
Hi, totally agree, but at time of writing i thought people who use this are mostly beginners so they will not work with https and stuff. Gimme some time to implement and test please!
In the config.php file
define('URL_PROTOCOL', 'http://');
should bedefine('URL_PROTOCOL', '//');
instead to allow for https protocol definitions when using URL.