phpManufakturHeirs / SyncData2

SyncData2 - backup, restore and synchronizing of WebsiteBaker and LEPTON CMS installations
MIT License
0 stars 0 forks source link

crypt() no salt #4

Open webbird opened 7 years ago

webbird commented 7 years ago

This error may occur on PHP >= 5.6, as the SALT param is no longer optional there. Will be fixed by using password_hash().