WebminInterfaceEn: Difference between revisions

From LLL
Jump to navigationJump to search
No edit summary
Line 5: Line 5:
Webmin already comes with a number of modules, useful for managing a wide variety of system functions: <code>apache</code>, <code>DNS</code>, <code>sendmail</code>, ...
Webmin already comes with a number of modules, useful for managing a wide variety of system functions: <code>apache</code>, <code>DNS</code>, <code>sendmail</code>, ...


We have added a new module, specially tailored to LLL's needs. This is called the school module, and its logo is the [[LLL]] logo.
We have added a new module, specially tailored to LLL's needs. This is called the school module, and its logo is the LLL logo.


==The school module==
==The school module==

Revision as of 10:06, 18 February 2014

Webmin

We use the webmin utility to administer the LLL system.

Webmin already comes with a number of modules, useful for managing a wide variety of system functions: apache, DNS, sendmail, ...

We have added a new module, specially tailored to LLL's needs. This is called the school module, and its logo is the LLL logo.

The school module

The complete title of this module is Management of the community's Users and Computers. Links below are not yet translated into English, thus they will lead to the French version.

  • Logs

BUG'S

26.03.2009 By upgrading Webmin to the 1.470 Version

change the file: /usr/share/webmin/school/html.pl at line 48


It must be $out .= "=\"".&html_escape($value)."\"";

and NOT: $out .= "=\"".&main::html_escape($value)."\"";