diff options
Diffstat (limited to 'inc/blowfish.php')
-rw-r--r-- | inc/blowfish.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/blowfish.php b/inc/blowfish.php index 0ee0950c2..05dbcef4e 100644 --- a/inc/blowfish.php +++ b/inc/blowfish.php @@ -563,4 +563,5 @@ function PMA_blowfish_decrypt($encdata, $secret) { return trim($decrypt); } -?> + +//Setup VIM: ex: et ts=2 enc=utf-8 : |