You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
806 B
25 lines
806 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Installation guide for Chamilo 2</title>
|
|
<link rel="stylesheet" href="../build/legacy_app.css" />
|
|
<link rel="stylesheet" href="../build/app.css" />
|
|
<link rel="stylesheet" href="../build/vue.css" />
|
|
<style>
|
|
body {width:90%; margin-left: 5%; margin-right: 5%;}
|
|
h1 {font-size: xxx-large; margin-top: 1em; margin-bottom: 1em;}
|
|
h2 {margin-top: 1em;}
|
|
p {margin-bottom: 0.5em; margin-top: 0.5em;}
|
|
ul {list-style-type: circle; margin-left: 1em;}
|
|
table {margin: 1em;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Security guide for Chamilo 2</h1>
|
|
<p>
|
|
This page will present recommendations on how to strengthen your Chamilo 2 installation
|
|
to reduce security risks.
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|