Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4114792
requirements.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
584 B
Referenced Files
None
Subscribers
None
requirements.php
View Options
<?php
declare
(
strict_types
=
1
);
if
(!(
file_exists
(
__DIR__
.
'/../vendor/autoload.php'
)
||
file_exists
(
__DIR__
.
'/../../../autoload.php'
)))
{
// @phan-suppress-next-line PhanPluginRemoveDebugCall
fwrite
(
STDERR
,
'Autoloader not found. Make sure you run `composer install` before running Phan. See https://github.com/phan/phan#getting-started for more details.'
);
exit
(
1
);
}
// Fix Turkish locales(tr_TR) - strtolower('I') is not 'i', so phan lookup might fail.
// (But continue formatting times, etc. in the user's locale)
setlocale
(
LC_CTYPE
,
'C'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 00:28 (4 d, 21 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
49/55/37663f528ba709aa322a927b5d47
Default Alt Text
requirements.php (584 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment