add contents
This commit is contained in:
4
lib/plugins/encryptedpasswords/conf/default.php
Normal file
4
lib/plugins/encryptedpasswords/conf/default.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
$conf['reload_seconds'] = 120;
|
||||
$conf['notify'] = 0; // message off
|
4
lib/plugins/encryptedpasswords/conf/metadata.php
Normal file
4
lib/plugins/encryptedpasswords/conf/metadata.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
$meta['reload_seconds'] = array('numeric','_pattern' => '/\d{1,3}/');
|
||||
$meta['notify'] = array('onoff');
|
Reference in New Issue
Block a user