class2.php

loading e107 handlers inside efiction script

in header.php:

if (!defined('e107_INIT'))
{
	require_once(__DIR__.'/../../class2.php');
}

in includes/button.php

in includes/plain.button.php

if (!defined('e107_INIT'))
{
	require_once(__DIR__.'/../../../class2.php');
}

those files are used for captcha, they should be removed soon

Last updated