Skip to content

Njupt-Sast-Network/Recruit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recruit

New recruit website for NJUPT

20150808更新

请把以下两行配置插入recruit\Admin\Conf\config.phprecruit\Home\Conf\config.php中:

    'DB_PARAMS' => array(\PDO::ATTR_CASE => \PDO::CASE_NATURAL),
    'URL_CASE_INSENSITIVE' => false,

然后把数据库的association_departments表中的departmentname字段改为departmentName

20150901更新

密码的哈希函数已更新,部署至生产服务器时如需直接写入数据库请用password_hash("passwordhere", PASSWORD_DEFAULT, array("cost" => 9))生成密码哈希值。

About

New recruit website for NJUPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages