new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?php return
|
||||
[
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Cryto
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Sets the predefined driver for the Crypto library.
|
||||
|
|
||||
| Options: openssl, mcrypt, hash, phash, mhash
|
||||
|
|
||||
*/
|
||||
|
||||
'driver' => 'openssl',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Encode
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Sets which encryption algorithm will use the Encode class methods by default.
|
||||
|
|
||||
*/
|
||||
|
||||
'type' => 'md5'
|
||||
];
|
||||
Reference in New Issue
Block a user