Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107242823
PhabricatorSite.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Apr 6, 06:48
Size
176 B
Mime Type
text/x-php
Expires
Tue, Apr 8, 06:48 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25363156
Attached To
rPH Phabricator
PhabricatorSite.php
View Options
<?php
abstract
class
PhabricatorSite
extends
AphrontSite
{
public
function
shouldRequireHTTPS
()
{
return
PhabricatorEnv
::
getEnvConfig
(
'security.require-https'
);
}
}
Event Timeline
Log In to Comment