Index: branches/unlabeled/unlabeled-1.25.2/kernel/units/admin/admin_tag_processor.php =================================================================== diff -u -r6717 -r6727 --- branches/unlabeled/unlabeled-1.25.2/kernel/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 6717) +++ branches/unlabeled/unlabeled-1.25.2/kernel/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 6727) @@ -495,6 +495,17 @@ $this->Application->Redirect($params['cache_update_t'], array('continue' => 1)); } } + + /** + * Checks if current protocol is SSL + * + * @param Array $params + * @return int + */ + function IsSSL($params) + { + return (PROTOCOL == 'https://')? 1 : 0; + } } ?> \ No newline at end of file