mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Change class name.
This commit is contained in:
@@ -14,7 +14,7 @@ if (!isset($argv[1]) || !isset($argv[2])) {
|
||||
* Test various hashing/encoding/etc on a string.
|
||||
* Class hash_algorithms
|
||||
*/
|
||||
class hash_algorithms
|
||||
class HashAlgorithms
|
||||
{
|
||||
/**
|
||||
* The input string.
|
||||
@@ -188,4 +188,4 @@ class hash_algorithms
|
||||
}
|
||||
}
|
||||
|
||||
new hash_algorithms($argv[1], $argv[2], ((isset($argv[3]) && strtolower($argv[3]) === 'true') ? true : false));
|
||||
new HashAlgorithms($argv[1], $argv[2], ((isset($argv[3]) && strtolower($argv[3]) === 'true') ? true : false));
|
||||
|
||||
Reference in New Issue
Block a user