diff --git a/index.php b/index.php
index b44fa80..b423eda 100755
--- a/index.php
+++ b/index.php
@@ -17,11 +17,16 @@
false,
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]
);
@@ -30,7 +35,7 @@
};
require 'CaptchasDotNet.php';
- $captchas = new CaptchasDotNet ('demo', 'secret',
+ $captchas = new CaptchasDotNet ("$captcahsdotnetuser", "$captcahsdotnetpass",
'/tmp/captchasnet-random-strings','3600',
'abcdefghkmnopqrstuvwxyz','6',
'240','80','000088');