Hi.
I'm changing the contents of 'MonoBook.php':
--------- <div class="portlet" id="p-personal"> <h5><?php $this->msg('personaltools') ?></h5> ---------- to --------- <div class="portlet" id="p-personal"> <h5><?php $this->msg('personaltools') ?>xxxxx</h5> ---------
But I refresh my webpages, and HTML doesn't change.
I've got: $wgDefaultSkin = 'MonoBook'; at 'LocalSettings.php'.
Is there any cache feature installed in MediaWiki? How can I disable it?
Thank you very much.