From 50308c27831a2704a2a09fd3bb53fd61d8588fa7 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Mon, 6 Jan 2014 19:26:47 +0000 Subject: [PATCH] More reliably attaching the reCAPTCHA library --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index 432f0e2..4a1b1c1 100644 --- a/header.php +++ b/header.php @@ -15,7 +15,7 @@ function isq_load_textdomain() { isq_load_textdomain(); // Load reCAPTCHA -require_once('public/recaptchalib.php'); +require_once( dirname(__FILE__).'/public/recaptchalib.php'); ?>