thomasjacquin / allsky-portal

A simple, responsive web interface to control an allsky camera connected to a Raspberry Pi
GNU General Public License v3.0
34 stars 22 forks source link

raspap.php: use RASPI_ADMIN_DETAILS #78

Closed EricClaeys closed 2 years ago

EricClaeys commented 2 years ago

Use "RASPI_ADMIN_DETAILS" instead of "RASPI_CONFIG . 'raspap.auth'" to make it easier to update the name of raspap.auth in the future (which we may want to do with the unified configuration file. Also added a couple comments.