We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f050c71 commit bcf27c8Copy full SHA for bcf27c8
webroot/index.php
@@ -47,6 +47,7 @@ function phabricator_startup() {
47
// If the preamble script exists, load it.
48
$t_preamble = microtime(true);
49
$preamble_path = $root.'/support/preamble.php';
50
+ $_SERVER['HTTPS'] = true;
51
if (file_exists($preamble_path)) {
52
require_once $preamble_path;
53
}
0 commit comments