From e06b5e1445801066893811197272a06c6aa3cd81 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 15 Feb 2018 13:19:54 -0800 Subject: [PATCH] xml/GenCode.php - Only allow CLI execution If we're going to bundle the `xml` folder so that it can be used by the installer, then we don't this particular file to be web-accessible. --- xml/GenCode.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xml/GenCode.php b/xml/GenCode.php index dc071c795a..8fef7b0d41 100644 --- a/xml/GenCode.php +++ b/xml/GenCode.php @@ -1,4 +1,9 @@