Skip to content

Commit

Permalink
APP_HASH_TYPE constant is no longer neccessary. #77
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 19, 2015
1 parent 41b63a1 commit c918b52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions htdocs/setup/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@
// define the user_id of system user
define('APP_SYSTEM_USER_ID', 1);

// define the type of password hashing to use (MD5, MD5-64)
define('APP_HASH_TYPE', 'MD5');

// if full text searching is enabled
define('APP_ENABLE_FULLTEXT', '%{APP_ENABLE_FULLTEXT}%');
define('APP_FULLTEXT_SEARCH_CLASS', 'mysql_fulltext_search');
Expand Down
1 change: 0 additions & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
$define('APP_RELATIVE_URL', '/');
$define('APP_COOKIE_URL', APP_RELATIVE_URL);
$define('APP_COOKIE_DOMAIN', null);
$define('APP_HASH_TYPE', 'MD5');
$define('APP_DEFAULT_LOCALE', 'en_US');
$define('APP_CHARSET', 'UTF-8');
$define('APP_DEFAULT_TIMEZONE', 'UTC');
Expand Down

0 comments on commit c918b52

Please sign in to comment.