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