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>
del_HeaderInfo
Internal function
del_HeaderMessage
Internal function
del_LogoDate
Internal function
get
Internal function
get_HeaderInfo
Internal function
get_HeaderMessage
Internal function
get_LogoDate
Internal function
set_HeaderInfo
Internal function
set_HeaderMessage
Internal function
set_LogoDate
Internal function
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@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2008-2010 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.