07-20-2018, 08:28 PM
Look at the following two resources via ssh. They should have the same value for Browser title. If not then change the name in header.php to match the value in the SQL table. Once thats done, subsequent Browser title changes from the UI should work.
sudo nano /var/local/www/header.php
Near the top you will see the <title> element, for example:
<title>RP1 Player</title>
Value from the SQL table
-Tim
sudo nano /var/local/www/header.php
Near the top you will see the <title> element, for example:
<title>RP1 Player</title>
Value from the SQL table
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "select value from cfg_system where param='browsertitle'"
-Tim