Improve usability by removing possibly dangerous options from personal configuration and moving them to the user management. Also rename the description options for those options.

Thanks to lendulado from the forums for these suggestions.
This commit is contained in:
Garvin Hicking
2007-03-22 10:27:18 +00:00
parent 34096e897a
commit 8f0925079d
5 changed files with 31 additions and 13 deletions
+4
View File
@@ -493,6 +493,10 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) {
<?php serendipity_plugin_api::hook_event('backend_plugins_event_header', $serendipity); ?>
<?php show_plugins(true); ?>
<h3>Memory Usage</h3>
<div>
<pre><?php print_r($serendipity['memSnaps']); ?></pre>
</div>
<?php
}
/* vim: set sts=4 ts=4 expandtab : */