We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3944cd commit 8c28740Copy full SHA for 8c28740
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