From 9eb428c528049c6cc96c5e0bf87002c7738ad5ea Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Wed, 18 Aug 2021 23:54:35 +0200 Subject: [PATCH] feat(Hash): add hash module --- config.example.php | 3 ++- modules/hash/hash.php | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 modules/hash/hash.php diff --git a/config.example.php b/config.example.php index 347a8b2..9570c69 100644 --- a/config.example.php +++ b/config.example.php @@ -19,7 +19,8 @@ return [ ], 'logator' => [ 'alias' => ['logme'] - ] + ], + 'hash' => [] ], 'auth' => [ 'root' => 'password' diff --git a/modules/hash/hash.php b/modules/hash/hash.php new file mode 100644 index 0000000..ddbcc18 --- /dev/null +++ b/modules/hash/hash.php @@ -0,0 +1,19 @@ +