diff options
author | as8881@student.uni-lj.si <as8881@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2015-01-19 15:49:54 +0000 |
---|---|---|
committer | as8881@student.uni-lj.si <as8881@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2015-01-19 15:49:54 +0000 |
commit | a5c7450fd16c9d2197953fc5eaf40802d6526770 (patch) | |
tree | 462a4839a2ddcfc4decef689981bdd8438aac5a4 /kpov_judge | |
parent | c2a9d7c5b3356d1cb02e7a7af21b1935a71a2393 (diff) |
Pregledano za napake
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@209 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge')
-rw-r--r-- | kpov_judge/tasks/radius_mysql_pam/howtos/en/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpov_judge/tasks/radius_mysql_pam/howtos/en/index.html b/kpov_judge/tasks/radius_mysql_pam/howtos/en/index.html index e4b913b..ac53a1f 100644 --- a/kpov_judge/tasks/radius_mysql_pam/howtos/en/index.html +++ b/kpov_judge/tasks/radius_mysql_pam/howtos/en/index.html @@ -28,7 +28,7 @@ <li>Setup a MySQL server: sudo apt-get install mysql-server.</li>
<li>Connect to the MySQL server: mysql -u root -p.</li>
<li>Create a database: CREATE DATABASE <database-name>. Create a table <strong>users</strong> with columns <strong>username</strong> and <strong>password</strong>.</li>
- </ol> + </ol>
</body>
- -</html> +
+</html>
|