mirror of
https://github.com/YunoHost-Apps/teampass_ynh.git
synced 2024-09-03 20:26:37 +02:00
8 lines
No EOL
215 B
PHP
Executable file
8 lines
No EOL
215 B
PHP
Executable file
<?php
|
|
@define('SALT', '__SALTKEY__'); //Never Change it once it has been used !!!!!
|
|
@define('COST', '13'); // Don't change this.
|
|
@define('AKEY', '');
|
|
@define('IKEY', '');
|
|
@define('SKEY', '');
|
|
@define('HOST', '');
|
|
?>
|