uawdijnntqw1x1x1
IP : 216.73.216.231
Hostname : 213-108-241-110.cprapid.com
Kernel : Linux 213-108-241-110.cprapid.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
digilove
/
public_html
/
plugins
/
actionlog
/
..
/
system
/
forseo
/
boot.php
/
/
<?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') || die(); defined('WBLIB_EXEC') or define('WBLIB_EXEC', true); if (file_exists(__DIR__ . '/dev_defines.php')) { include_once(__DIR__ . '/dev_defines.php'); } else if (file_exists(__DIR__ . '/defines.php')) { include_once(__DIR__ . '/defines.php'); } if (!defined('FORSEO_APP_PATH')) { return; } // init library $wbLibRootFile = WBLIB_Forseo_ROOT_PATH . '/wblib.php'; if (!file_exists($wbLibRootFile)) { return; } include_once($wbLibRootFile); $wbLib = new \Weeblr\Wblib\Forseo\Wblib; $wbLib->boot();
/home/digilove/public_html/plugins/actionlog/../system/forseo/boot.php