Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1245405
parser.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 21, 6:40 AM
Size
227 B
Mime Type
text/x-php
Expires
Sun, Nov 23, 6:40 AM (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
807448
Attached To
rMINC Modules.In-Commerce
parser.php
View Options
<?php
function
p_ParseEnv
(
$env_str
=
null
)
{
$GLOBALS
[
'in-commerce_env'
]
=
$env_str
;
}
function
p_BuildEnv
()
{
if
(
getArrayValue
(
$GLOBALS
,
'in-commerce_env'
)
)
{
return
':'
.
$GLOBALS
[
'in-commerce_env'
];
}
}
?>
Event Timeline
Log In to Comment