From 79168cc4e16984ddb70a0894a38f0ff89d0ccd79 Mon Sep 17 00:00:00 2001 From: 8chan Date: Sat, 25 Apr 2015 18:06:29 -0700 Subject: [PATCH] Fix fatal errors on board create/DNSBL bypass --- create.php | 1 - dnsbls_bypass.php | 1 - 2 files changed, 2 deletions(-) diff --git a/create.php b/create.php index 309ac9eb..f220157b 100644 --- a/create.php +++ b/create.php @@ -5,7 +5,6 @@ include "inc/functions.php"; checkBan('*'); if (!isset($_POST['uri'], $_POST['title'], $_POST['subtitle'], $_POST['username'], $_POST['password'])) { -include '8chan-captcha/functions.php'; $password = base64_encode(openssl_random_pseudo_bytes(9)); diff --git a/dnsbls_bypass.php b/dnsbls_bypass.php index cf289b67..c1954497 100644 --- a/dnsbls_bypass.php +++ b/dnsbls_bypass.php @@ -1,6 +1,5 @@