Skip to content

Commit

Permalink
Set longer blowfish secret to avoid warnings in upcoming release
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jul 28, 2016
1 parent 9fbed42 commit 7aca7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/php/config-common.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

/* End of servers configuration */

$cfg['blowfish_secret'] = '123456';
$cfg['blowfish_secret'] = '1234567890123456789012345678901234567890';

$tmp_url = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
$tmp_dir = $tmp_url;
Expand Down

0 comments on commit 7aca7e2

Please sign in to comment.