/
home
/
techb158
/
immovalet.com
/
platform
/
core
/
acl
/
config
/
/home/techb158/immovalet.com/platform/core/acl/config
mkdir
upload
Name
Size
Mode
Actions
email.php
508
0644
edit
dl
rm
general.php
1046
0644
edit
dl
rm
permissions.php
1041
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/core/acl/config/general.php
(1046B)
<?php return [ /* |-------------------------------------------------------------------------- | Activations |-------------------------------------------------------------------------- | | Here you may specify the activations model used and the time (in seconds) | which activation codes expire. By default, activation codes expire after | three days. The lottery is used for garbage collection, expired | codes will be cleared automatically based on the provided odds. | */ 'activations' => [ 'expires' => 259200, 'lottery' => [2, 100], ], 'backgrounds' => [ 'vendor/core/core/acl/images/backgrounds/1.jpg', 'vendor/core/core/acl/images/backgrounds/2.jpg', 'vendor/core/core/acl/images/backgrounds/3.jpg', 'vendor/core/core/acl/images/backgrounds/4.jpg', 'vendor/core/core/acl/images/backgrounds/5.jpg', 'vendor/core/core/acl/images/backgrounds/6.jpg', 'vendor/core/core/acl/images/backgrounds/7.jpg', ], ];
Save
cmd:
run