Internet Explorer
Internet Explorer is not supported. Please upgrade to a more modern browser.
Hey,
I installed a Panel Template the past days, but now i can't change it back to Default.
Could someone tell me how to change it without using the Panel and maybe with the files?
The Error is: invalid Token
Hi,
To force the Default panel template, you can edit the file core/init.php and find the following code: https://github.com/NamelessMC/Nameless/blob/develop/core/init.php#L283-L287
Delete these lines, and add the following in the same place:
define('PANEL_TEMPLATE', 'Default');
This will allow you to get back into the staff panel.