我得到以下警告使用PHPass(http://www.openwall.com/phpass/)時: open_basedir restriction in effect. File(/dev/urandom) is not within the allowed path(s)
雖然這不是一個大問題(它會依傍別的東西),我d喜歡不要有這個警告。 PHP應用程序應運行在不同的服務器上,一些用戶將
我用phpass上插入散列我的密碼如下 public function addAdmin(){
$this->load->library('phpass');
$this->load->database();
$psw = 'admin1234';
$hashed = $this->phpass->hash($psw);
$now = d