Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F8896185
preloaded-source.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
352 B
Subscribers
None
preloaded-source.php
View Options
<?php
require_once
'../../support/php/JavelinHelper.php'
;
$list
=
file_get_contents
(
'animals.txt'
);
$list
=
explode
(
"
\n
"
,
trim
(
$list
));
$response
=
array
();
foreach
(
$list
as
$id
=>
$animal
)
{
$response
[]
=
array
(
ucfirst
(
$animal
),
'http://www.google.com/search?q='
.
$animal
,
$id
);
}
echo
JavelinHelper
::
renderAjaxResponse
(
$response
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jun 11, 10:45 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
3391408
Default Alt Text
preloaded-source.php (352 B)
Attached To
rJX Javelin
Event Timeline
Log In to Comment