Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1224923
lang_email.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 14, 11:24 PM
Size
253 B
Mime Type
text/x-php
Expires
Sun, Nov 16, 11:24 PM (29 m, 44 s)
Engine
blob
Format
Raw Data
Handle
800481
Attached To
rINP In-Portal
lang_email.php
View Options
<?php
global
$rootURL
,
$envar
;
print
<<<END
<script language="javascript1.2">
<!--
function msg_submit(formname, targetURL)
{
var env_str = '$envar';
document.location = '$rootURL' + targetURL + '?' + env_str;
}
//-->
</script>
END;
?>
Event Timeline
Log In to Comment