File "include.php"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/publishpress-authors/lib/vendor/publishpress/instance-protection/include.php
File
size: 407 B (407 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
if (! class_exists('PublishPressInstanceProtection\\InstanceChecker')) {
if (! class_exists('PublishPressInstanceProtection\\Autoloader')) {
require_once __DIR__ . '/core/Autoloader.php';
}
$autoloader = new PublishPressInstanceProtection\Autoloader();
$autoloader->register();
$autoloader->addNamespace('PublishPressInstanceProtection', __DIR__ . '/core');
}