Max2Play Home › Forums › Max2Play on Raspberry PI › Navigation › Reply To: Navigation
20. Januar 2016 at 19:03
#18027
Disclaimer: I’ve not tried this myself:
With shell access:
You can edit the file /var/www/max2play/application/config/plugins.xml
and look for this section
<plugin>
<name>Settings / Reboot</name>
<navigation>
<translate>Settings / Reboot</translate>
</navigation>
<path>/plugins/max2play_settings/controller/Basic.php</path>
<updateurl></updateurl>
<lastupdate></lastupdate>
<active>1</active>
<pos>2</pos>
</plugin>
If you see a „0“ in <active> change it to a „1“ and save the file
Good Luck