Your IP : 18.116.118.214


Current Path : /home/ncdcgo/public_html/wp-content/plugins/nprojects/classes/
Upload File :
Current File : /home/ncdcgo/public_html/wp-content/plugins/nprojects/classes/nprojects-front.php

<?php
/**
 * WARNING: This file is part of the Projects plugin. DO NOT edit
 * this file under any circumstances.
 */

/**
 * Prevent direct access to this file
 */
defined( 'ABSPATH' ) or die();

/**
 * @package  Projects
 * @author   Binh Pham Thanh <binhpham@linethemes.com>
 */
final class nProjects_Front extends nProjects_Base
{
	protected function __construct() {

	}
}