~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to htdocs/setup/config.php

  • Committer: Elan Ruusamäe
  • Date: 2015-10-19 19:43:22 UTC
  • Revision ID: glen@delfi.ee-20151019194322-g76lhb8heebp20tp
APP_HASH_TYPE constant is no longer neccessary. #77

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
// define the user_id of system user
79
79
define('APP_SYSTEM_USER_ID', 1);
80
80
 
81
 
// define the type of password hashing to use (MD5, MD5-64)
82
 
define('APP_HASH_TYPE', 'MD5');
83
 
 
84
81
// if full text searching is enabled
85
82
define('APP_ENABLE_FULLTEXT', '%{APP_ENABLE_FULLTEXT}%');
86
83
define('APP_FULLTEXT_SEARCH_CLASS', 'mysql_fulltext_search');