need help with php - $config['phppath'] = ' ';?

  • Thread starter Thread starter Donis
  • Start date Start date
D

Donis

Guest
$config['phppath'] = ' what i must write in here?';
This was written by
$config['phppath'] = '/usr/local/bin/php';(This is the full path to PHP binary. No ending slash.)
 
Back
Top