From 9941ddec5a84619f033a89c5a171855f3a177ae7 Mon Sep 17 00:00:00 2001 From: Graham Cole <chckens@sucs.org> Date: Sun, 27 Jan 2008 00:53:01 +0000 Subject: [PATCH] since there isn't a config.php in the repo, I guess this is a loaded gun. Safety first, kids. --- lib/punbb/install.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/punbb/install.php b/lib/punbb/install.php index 277a79c..1a89dff 100644 --- a/lib/punbb/install.php +++ b/lib/punbb/install.php @@ -22,6 +22,9 @@ ************************************************************************/ +// Let's disable this script, cause we don't want any accidents +pun_exit(); + // The PunBB version this script installs $punbb_version = '1.2.16'; -- GitLab