Your IP : 216.73.216.240


Current Path : /home/juvelize/saulnois/administrator/components/com_extrawatch/ew-plg-common/
Upload File :
Current File : /home/juvelize/saulnois/administrator/components/com_extrawatch/ew-plg-common/ExtraWatchConfig.php

<?php
/**
 * @file
 * ExtraWatch - Real-time visitor dashboard and stats
 * @package ExtraWatch
 * @version 5.0
 * @revision 1
 * @license http://www.gnu.org/licenses/gpl-3.0.txt     GNU General Public License v3
 * @copyright (C) 2024 by CodeGravity.com - All rights reserved!
 * @website http://www.extrawatch.com
 */

class ExtraWatchConfig {

    const UAA_URL = "https://app.extrawatch.com/uaa";
    const ADMIN_GUI_URL = "https://app.extrawatch.com";
    const AGENT_URL = "https://agent.extrawatch.com";

}