X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=index.php;h=5366cb0e22fbdafe221e0b0a2c1910b67f5122f0;hp=84282b8dc6c6ecc41dd67cae0eae0e9c3fdf883a;hb=caa382dd55c285306a3f48bb54678cf787d842e1;hpb=76fb679e38c6237fc2e39c12b829068c374b8372 diff --git a/index.php b/index.php index 84282b8d..5366cb0e 100644 --- a/index.php +++ b/index.php @@ -1078,6 +1078,7 @@ function renderPage($conf, $pluginManager) { $data = array( 'pageabsaddr' => index_url($_SERVER), + 'sslenabled' => !empty($_SERVER['HTTPS']) ); $pluginManager->executeHooks('render_tools', $data);