Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F12553257
captcha.ex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
219 B
Referenced Files
None
Subscribers
None
captcha.ex
View Options
defmodule
Captcha
do
def
get
()
do
case
System
.
cmd
(
Application
.
app_dir
(
:captcha
,
"priv/captcha"
),
[])
do
{<<
text
::
bytes
-
size
(
5
),
img
::
binary
>>,
0
}
->
{
:ok
,
text
,
img
}
_other
->
:error
end
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Sat, Nov 15, 1:34 AM (1 d, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
633039
Default Alt Text
captcha.ex (219 B)
Attached To
Mode
R13 elixir-captcha
Attached
Detach File
Event Timeline
Log In to Comment