HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/spire.komma-mediadesign.nl/wwwroot/config/recaptcha.php
<?php
/**
 * recaptcha.php
 * Created by Komma Mediadesign.
 * Author: mike
 * Date: 7/9/13
 */

if( ! X2)
{
    // spire corp
    define('RECAPTHA_PUBLIC','6LeuHuQSAAAAAH3lAplPP3X-mjHBvzKplloa0V_Z');
    define('RECAPTHA_PRIVATE','6LeuHuQSAAAAABKVp6BKraTRYYnJP38DjBicy1ls');
}
else
{
    // x2 products
    define('RECAPTHA_PUBLIC','6LckiO0SAAAAAHkRYctiXYDvfbMx8cHvp7A7Wusv');
    define('RECAPTHA_PRIVATE','6LckiO0SAAAAADr44PPcK3TV8XW5F5L5RLMm_9g0');
}