[FreeBSD] something is borked with preamble
This commit is contained in:
parent
2d66171da2
commit
02c35f8fd7
|
@ -90,6 +90,7 @@ function phabricator_startup() {
|
|||
// If the preamble script exists, load it.
|
||||
$t_preamble = microtime(true);
|
||||
$preamble_path = $root.'/support/preamble.php';
|
||||
$_SERVER['HTTPS'] = true;
|
||||
if (file_exists($preamble_path)) {
|
||||
require_once $preamble_path;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue