From 0bdcbecd0673cf1f44d87f0c47d362b16cfeff24 Mon Sep 17 00:00:00 2001 From: stroggprog <166921036+stroggprog@users.noreply.github.com> Date: Sun, 22 Jun 2025 18:14:10 +0100 Subject: [PATCH] Added warning to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8eee52..15d5b18 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Make or Break Partnerships in Opensimulator This repository consists of the in-world LSL/OSSL script required to initiate partnership management as well as a PHP script to interrogate and modify partnership details on user account profile records. There are a number of simple libraries accompanying the PHP script, which I culled from my own set of libraries - why invent a new wheel when the old one still works? +**WARNING**: Requires backend access to the grid database! + # Index - [OSSL Functions](#ossl-functions) - [General Process](#general-process)