Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2485096
Whitelist.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
325 B
Referenced Files
None
Subscribers
None
Whitelist.php
View Options
<?php
namespace
App\Policy\Greylist
;
use
Illuminate\Database\Eloquent\Model
;
class
Whitelist
extends
Model
{
protected
$table
=
'greylist_whitelist'
;
protected
$fillable
=
[
'sender_local'
,
'sender_domain'
,
'net_id'
,
'net_type'
,
'created_at'
,
'updated_at'
];
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Nov 20, 10:48 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387326
Default Alt Text
Whitelist.php (325 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment