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 @@ +