Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7687687
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
Wed, Sep 3, 11:04 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
439351
Default Alt Text
captcha.ex (219 B)
Attached To
Mode
R13 elixir-captcha
Attached
Detach File
Event Timeline
Log In to Comment