== Getting More Info ==
After the one click install of phpsysinfo in Amahi 5.1 I needed to do some modifications to get all system information displayed.
For other users, this is what I did.
type
yum install lm_sensors
sensors-detect
keep pressing enter for default answers.
cd /var/hda/web-apps/phpsysinfo/html
cp config.php config.php_bak
to make a backup of your original config file
nano config.php
I changed the following lines, but of course this is optional.
define('sensorProgram', 'lmsensorsLMSensors');
define('hideMounts', '/boot');
define('hideFstypes', 'tmpfs');
define('hddTemp', 'suidtcp'); I also tried to set "define('loadBar', true);" but this did not work on my sytem.
after saving the config.php phpsysinfo also provides voltage, fan and temperature data.