Skip to content

Commit 081b3b7

Browse files
committed
[FreeBSD] something is borked with preamble
1 parent 9bf7e6d commit 081b3b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: webroot/index.php

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function phabricator_startup() {
4747
// If the preamble script exists, load it.
4848
$t_preamble = microtime(true);
4949
$preamble_path = $root.'/support/preamble.php';
50+
$_SERVER['HTTPS'] = true;
5051
if (file_exists($preamble_path)) {
5152
require_once $preamble_path;
5253
}

0 commit comments

Comments
 (0)