Your IP : 216.73.216.141


Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/2897192/cwd/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/2897192/cwd/defines.php.tar

home/digilove/public_html/includes/defines.php000064400000002005152344177400015540 0ustar00<?php
/**
 * @package    Joomla.Site
 *
 * @copyright  (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

// Global definitions
$parts = explode(DIRECTORY_SEPARATOR, JPATH_BASE);

// Defines.
define('JPATH_ROOT',          implode(DIRECTORY_SEPARATOR, $parts));
define('JPATH_SITE',          JPATH_ROOT);
define('JPATH_CONFIGURATION', JPATH_ROOT);
define('JPATH_ADMINISTRATOR', JPATH_ROOT . DIRECTORY_SEPARATOR . 'administrator');
define('JPATH_LIBRARIES',     JPATH_ROOT . DIRECTORY_SEPARATOR . 'libraries');
define('JPATH_PLUGINS',       JPATH_ROOT . DIRECTORY_SEPARATOR . 'plugins');
define('JPATH_INSTALLATION',  JPATH_ROOT . DIRECTORY_SEPARATOR . 'installation');
define('JPATH_THEMES',        JPATH_BASE . DIRECTORY_SEPARATOR . 'templates');
define('JPATH_CACHE',         JPATH_BASE . DIRECTORY_SEPARATOR . 'cache');
define('JPATH_MANIFESTS',     JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'manifests');
home/digilove/public_html/administrator/includes/defines.php000064400000002040152344257010020413 0ustar00<?php
/**
 * @package    Joomla.Administrator
 *
 * @copyright  (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

// Global definitions
$parts = explode(DIRECTORY_SEPARATOR, JPATH_BASE);
array_pop($parts);

// Defines
define('JPATH_ROOT',          implode(DIRECTORY_SEPARATOR, $parts));
define('JPATH_SITE',          JPATH_ROOT);
define('JPATH_CONFIGURATION', JPATH_ROOT);
define('JPATH_ADMINISTRATOR', JPATH_ROOT . DIRECTORY_SEPARATOR . 'administrator');
define('JPATH_LIBRARIES',     JPATH_ROOT . DIRECTORY_SEPARATOR . 'libraries');
define('JPATH_PLUGINS',       JPATH_ROOT . DIRECTORY_SEPARATOR . 'plugins');
define('JPATH_INSTALLATION',  JPATH_ROOT . DIRECTORY_SEPARATOR . 'installation');
define('JPATH_THEMES',        JPATH_BASE . DIRECTORY_SEPARATOR . 'templates');
define('JPATH_CACHE',         JPATH_BASE . DIRECTORY_SEPARATOR . 'cache');
define('JPATH_MANIFESTS',     JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'manifests');
home/digilove/public_html/plugins/system/forseo/defines.php000064400000002506152346247250020245 0ustar00<?php
/**
 * Project: 4SEO
 *
 * @author           Yannick Gaultier - Weeblr llc
 * @copyright        Copyright Weeblr llc - 2020-2024
 * @package          4SEO
 * @license          GNU General Public License version 3; see LICENSE.md
 * @version          6.2.0.2478
 * @date        2024-10-03
 */

// no direct access
defined('_JEXEC') || defined('WBLIB_EXEC') || die;

/**
 * Bootstrap app, called from higher up.
 */

// definitions
defined('WBLIB_Forseo_OP_MODE') or define(
	'WBLIB_Forseo_OP_MODE',
	'prod'
);

defined('WBLIB_Forseo_ROOT_PATH') or define(
	'WBLIB_Forseo_ROOT_PATH',
	JPATH_ROOT . '/plugins/system/forseo/vendor/weeblr/wblib/v2'
);
defined('FORSEO_VENDOR_PATH') or define(
	'FORSEO_VENDOR_PATH',
	JPATH_ROOT . '/plugins/system/forseo/vendor'
);
defined('FORSEO_APP_PATH') or define(
	'FORSEO_APP_PATH',
	FORSEO_VENDOR_PATH . '/weeblr/forseo'
);
defined('FORSEO_LAYOUTS_PATH') or define(
	'FORSEO_LAYOUTS_PATH',
	FORSEO_APP_PATH . '/layouts'
);
defined('FORSEO_APP_PLATFORM_PATH') or define(
	'FORSEO_APP_PLATFORM_PATH',
	JPATH_ROOT . '/plugins/system/forseo'
);
defined('FORSEO_APP_ASSETS_BASE_URL') or define(
	'FORSEO_APP_ASSETS_BASE_URL',
	'/media/com_forseo/vendor/weeblr/forseo/assets'
);
defined('FORSEO_APP_ASSETS_BASE_PATH') or define(
	'FORSEO_APP_ASSETS_BASE_PATH',
	'/media/com_forseo/vendor/weeblr/forseo/assets'
);

home/digilove/public_html/110/includes/defines.php000064400000002005152346451340016041 0ustar00<?php
/**
 * @package    Joomla.Site
 *
 * @copyright  (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

// Global definitions
$parts = explode(DIRECTORY_SEPARATOR, JPATH_BASE);

// Defines.
define('JPATH_ROOT',          implode(DIRECTORY_SEPARATOR, $parts));
define('JPATH_SITE',          JPATH_ROOT);
define('JPATH_CONFIGURATION', JPATH_ROOT);
define('JPATH_ADMINISTRATOR', JPATH_ROOT . DIRECTORY_SEPARATOR . 'administrator');
define('JPATH_LIBRARIES',     JPATH_ROOT . DIRECTORY_SEPARATOR . 'libraries');
define('JPATH_PLUGINS',       JPATH_ROOT . DIRECTORY_SEPARATOR . 'plugins');
define('JPATH_INSTALLATION',  JPATH_ROOT . DIRECTORY_SEPARATOR . 'installation');
define('JPATH_THEMES',        JPATH_BASE . DIRECTORY_SEPARATOR . 'templates');
define('JPATH_CACHE',         JPATH_BASE . DIRECTORY_SEPARATOR . 'cache');
define('JPATH_MANIFESTS',     JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'manifests');
home/digilove/public_html/110/plugins/system/forseo/defines.php000064400000002506152352637140020544 0ustar00<?php
/**
 * Project: 4SEO
 *
 * @author           Yannick Gaultier - Weeblr llc
 * @copyright        Copyright Weeblr llc - 2020-2024
 * @package          4SEO
 * @license          GNU General Public License version 3; see LICENSE.md
 * @version          6.2.0.2478
 * @date        2024-10-03
 */

// no direct access
defined('_JEXEC') || defined('WBLIB_EXEC') || die;

/**
 * Bootstrap app, called from higher up.
 */

// definitions
defined('WBLIB_Forseo_OP_MODE') or define(
	'WBLIB_Forseo_OP_MODE',
	'prod'
);

defined('WBLIB_Forseo_ROOT_PATH') or define(
	'WBLIB_Forseo_ROOT_PATH',
	JPATH_ROOT . '/plugins/system/forseo/vendor/weeblr/wblib/v2'
);
defined('FORSEO_VENDOR_PATH') or define(
	'FORSEO_VENDOR_PATH',
	JPATH_ROOT . '/plugins/system/forseo/vendor'
);
defined('FORSEO_APP_PATH') or define(
	'FORSEO_APP_PATH',
	FORSEO_VENDOR_PATH . '/weeblr/forseo'
);
defined('FORSEO_LAYOUTS_PATH') or define(
	'FORSEO_LAYOUTS_PATH',
	FORSEO_APP_PATH . '/layouts'
);
defined('FORSEO_APP_PLATFORM_PATH') or define(
	'FORSEO_APP_PLATFORM_PATH',
	JPATH_ROOT . '/plugins/system/forseo'
);
defined('FORSEO_APP_ASSETS_BASE_URL') or define(
	'FORSEO_APP_ASSETS_BASE_URL',
	'/media/com_forseo/vendor/weeblr/forseo/assets'
);
defined('FORSEO_APP_ASSETS_BASE_PATH') or define(
	'FORSEO_APP_ASSETS_BASE_PATH',
	'/media/com_forseo/vendor/weeblr/forseo/assets'
);

home/digilove/public_html/110/installation/defines.php000064400000001545152373763760016760 0ustar00<?php
/**
 * ANGIE - The site restoration script for backup archives created by Akeeba Backup and Akeeba Solo
 *
 * @package   angie
 * @copyright Copyright (c)2009-2023 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

define('ANGIE_FORCED_SESSION_KEY', '');

define('APATH_BASE',          __DIR__);
define('APATH_INSTALLATION',  __DIR__);

$parts = explode(DIRECTORY_SEPARATOR, APATH_BASE);
array_pop($parts);

define('APATH_ROOT',          implode(DIRECTORY_SEPARATOR, $parts));

define('APATH_SITE',          APATH_ROOT);
define('APATH_CONFIGURATION', APATH_ROOT);
define('APATH_ADMINISTRATOR', APATH_ROOT . '/administrator');
define('APATH_LIBRARIES',     APATH_ROOT . '/libraries');
define('APATH_THEMES',        APATH_INSTALLATION . '/template');
define('APATH_TEMPINSTALL',   APATH_INSTALLATION . '/tmp');