Topic on Project:Support desk

Rendere effettive le modifiche LocalSettings.php

2
Brimar (talkcontribs)

Ho modificato il file LocalSettings.php per cambiare il logo in alto a sinistra delle pagine seguendo le istruzioni del manuale a le modifiche non hanno effetto.

In generale cosa devo fare perchè le modifiche apportate siano eseguite?

grazie

From Google Translate:
I modified the LocalSettings.php file to change the logo of the pages in the upper left following the instructions in the manual to the changes do not take effect.
Generally what you do because the changes are carried out?
thank you

MarkAHershberger (talkcontribs)

Changing LocalSettings.php should be all that is needed. You may not be modifying the right file. Try putting the following at the end of your LocalSettings.php just to make sure that it is getting called:

echo "yes, it is being called.";exit;

If you don't see that, then your LocalSettings.php isn't being used.

Reply to "Rendere effettive le modifiche LocalSettings.php"