NAME
Maplat::Web::VariablesADM - change some webgui variables online
SYNOPSIS
This modules lets you change some internal webgui variables online
DESCRIPTION
This module is mostly used for debugging. It may or may not be of use to use, since currently all changeable variables are hardcoded.
Basically, this module lets you change the variables online, it also lets you call the main reload() routine from the webgui, which may (or may not) work as expected.
Configuration
<module>
<modname>variablesadm</modname>
<pm>VariablesADM</pm>
<options>
<pagetitle>Variables</pagetitle>
<webpath>/admin/variables</webpath>
<memcache>memcache</memcache>
</options>
</module>
Dependencies
This module depends on the following modules beeing configured (the 'as "somename"' means the key name in this modules configuration):
Maplat::Web::memcache as "memcache"
SEE ALSO
Maplat::Web Maplat::Web::Memcache
AUTHOR
Rene Schickbauer, <rene.schickbauer@magnapowertrain.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Rene Schickbauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.