Added local files.
authorRoland Häder <roland@mxchange.org>
Wed, 1 Apr 2015 08:00:17 +0000 (10:00 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 2 Sep 2017 23:33:30 +0000 (01:33 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
guestbook/LICENSE.txt
guestbook/index.php

index 7714141d154290f53e9e60c615a8edc9b51a8df7..06f965147a8c0e6d3fdd7054cb1099b30714e927 100644 (file)
@@ -467,4 +467,3 @@ EXHIBIT A -Mozilla Public License.
      the notices in the Source Code files of the Original Code. You should
      use the text of this Exhibit A rather than the text found in the
      Original Code Source Code for Your Modifications.]
-
index 6338987519d5d5cccaa6aa1e7f1a4399c6cbe88d..227bc46c7c4c811c08ab72495f1eef7e7c58dec0 100644 (file)
@@ -15,8 +15,8 @@
 * License for the specific language governing rights and limitations
 * under the License.
 */
-include "settings.php";
-include trap_core_path."core.inc.php";
+include 'settings.php';
+include trap_core_path.'core.inc.php';
 add_blacklist($_SERVER['REMOTE_ADDR'], $_SERVER['REQUEST_METHOD'], $_SERVER['REQUEST_URI'], $_SERVER['SERVER_PROTOCOL'], $_SERVER['HTTP_REFERRER'], $_SERVER['HTTP_USER_AGENT']);
 header('Location: forbid.php');
 exit;