SITEKEY ✅

Add SITEKEY constant to e107_config.php file

Example:

define('SITEKEY', "eaa2241bff");

in e_module.php

if (!defined('SITEKEY'))  define('SITEKEY', $e107->site_path);

With e107 Multisite you need something like this:

Last updated