NAME

WebEditor::OldFeatures::SystemInfo - return system information

SYNOPSIS

use mixin 'WebEditor::OldFeatures::SystemInfo';
print $self->system_info_as_html();

DESCRIPTION

This module returns information about the current system.

CAVEATS

This module may return too much information about the system, e.g. system passwords which are stored in cookies or configuration objects. You should not let unauthorized users to call this feature!

AUTHOR

Slaven Rezic