Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98105735
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
Thu, Jan 9, 20:34
Size
176 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 20:34 (2 d)
Engine
blob
Format
Raw Data
Handle
23496968
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