b0y-101 Mini Shell


Current Path : E:/www/nongbua/modules/mod_sigplus/fields/
File Upload :
Current File : E:/www/nongbua/modules/mod_sigplus/fields/constants.php

<?php
/**
* @file
* @brief    sigplus Image Gallery Plus global constants
* @author   Levente Hunyadi
* @version  1.5.0
* @remarks  Copyright (C) 2009-2014 Levente Hunyadi
* @remarks  Licensed under GNU/GPLv3, see http://www.gnu.org/licenses/gpl-3.0.html
* @see      http://hunyadi.info.hu/projects/sigplus
*/

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

if (!defined('SIGPLUS_PLUGIN_FOLDER')) {
	define('SIGPLUS_PLUGIN_FOLDER', 'sigplus');
}
if (!defined('SIGPLUS_MEDIA_FOLDER')) {
	define('SIGPLUS_MEDIA_FOLDER', 'sigplus');
}

Copyright © 2019 by b0y-101