Changed README, disabled unneded features, Hiding some features from the GUI

This commit is contained in:
mlmmj mailinglist daemon and simple webinterface
2021-07-23 15:29:31 +02:00
parent 1e0a17e6cf
commit 81d0c6e6ef
66 changed files with 2143 additions and 34 deletions

View File

@@ -5,4 +5,15 @@ This repository was forked from [GitHub](https://github.com/sergei-bondarenko/ml
## Description
A light PHP web interface for [mlmmj](http://mlmmj.org/). It does not use a database. Available in two languages: English and Russian.
A light PHP web interface for [mlmmj](http://mlmmj.org/). It does not use a database. Available in two languages: English and Russian.
## Installation
Change values in `misc/config.txt`
Navigate to directory `misc`
Untar the following two archives:
```bash
tar xzvf ./templates.tar.gz -C .
tar xzvf ./smarty.tar.gz -C .
```