sdlweb: Fixed permissions, added to gitignore.

From a80125b87b0e4abf186a1c4ebe4cb6d76bdb04d7 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Thu, 6 Mar 2025 03:25:38 +0000
Subject: [PATCH] Fixed permissions, added to gitignore.

---
 .gitignore            | 1 +
 nda-inviter/index.php | 0
 2 files changed, 1 insertion(+)
 mode change 100755 => 100644 nda-inviter/index.php

diff --git a/.gitignore b/.gitignore
index 66c5060..a74194b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,4 +15,5 @@ tmp
 moin_static195
 moin_static198
 wiki_static
+nda-inviter/config.php
 
diff --git a/nda-inviter/index.php b/nda-inviter/index.php
old mode 100755
new mode 100644