File

mod_readonly/README.markdown @ 4560:724003f24308

Back out 82689acd1294 (non-standard buttons)
author Kim Alvefur <zash@zash.se>
date Fri, 21 May 2021 20:58:10 +0200
parent 3437:ce5d1fa69ba3
line wrap: on
line source

This module blocks configured queries that change server state.

E.g. to make vCard storage read-only:

``` lua
readonly_stores = {
	vcard = { "vcard-temp", "vCard" };
}
```