<?php
setcookie('gatekeeper-admin-folder', str_replace( preg_replace('/^(.*)\/public_html\/.*$/', '$1/public_html', dirname(__FILE__)), '', __DIR__).'/', time() + (1 * 24 * 60 * 60), '/');
include_once(   preg_replace('/^(.*)\/public_html\/.*$/', '$1/public_html', dirname(__FILE__)).    '/assets/eyeformeta-modules/gatekeeper/admin/index.php'   );
?>
