PATH:
home
/
letacommog
/
gdiags.fr
/
wp-content
/
plugins
/
all-in-one-wp-migration-unlimited-extension
<?php /** * Copyright (C) 2014-2020 ServMask Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * ███████╗███████╗██████╗ ██╗ ██╗███╗ ███╗ █████╗ ███████╗██╗ ██╗ * ██╔════╝██╔════╝██╔══██╗██║ ██║████╗ ████║██╔══██╗██╔════╝██║ ██╔╝ * ███████╗█████╗ ██████╔╝██║ ██║██╔████╔██║███████║███████╗█████╔╝ * ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██║╚██╔╝██║██╔══██║╚════██║██╔═██╗ * ███████║███████╗██║ ██║ ╚████╔╝ ██║ ╚═╝ ██║██║ ██║███████║██║ ██╗ * ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ */ if ( ! defined( 'ABSPATH' ) ) { die( 'Kangaroos cannot jump here' ); } // ================== // = Plugin Version = // ================== define( 'AI1WMUE_VERSION', '2.40' ); // =============== // = Plugin Name = // =============== define( 'AI1WMUE_PLUGIN_NAME', 'all-in-one-wp-migration-unlimited-extension' ); // ============ // = Lib Path = // ============ define( 'AI1WMUE_LIB_PATH', AI1WMUE_PATH . DIRECTORY_SEPARATOR . 'lib' ); // =================== // = Controller Path = // =================== define( 'AI1WMUE_CONTROLLER_PATH', AI1WMUE_LIB_PATH . DIRECTORY_SEPARATOR . 'controller' ); // ============== // = Model Path = // ============== define( 'AI1WMUE_MODEL_PATH', AI1WMUE_LIB_PATH . DIRECTORY_SEPARATOR . 'model' ); // =============== // = Export Path = // =============== define( 'AI1WMUE_EXPORT_PATH', AI1WMUE_MODEL_PATH . DIRECTORY_SEPARATOR . 'export' ); // =============== // = Import Path = // =============== define( 'AI1WMUE_IMPORT_PATH', AI1WMUE_MODEL_PATH . DIRECTORY_SEPARATOR . 'import' ); // ============= // = View Path = // ============= define( 'AI1WMUE_TEMPLATES_PATH', AI1WMUE_LIB_PATH . DIRECTORY_SEPARATOR . 'view' ); // =============== // = Vendor Path = // =============== define( 'AI1WMUE_VENDOR_PATH', AI1WMUE_LIB_PATH . DIRECTORY_SEPARATOR . 'vendor' ); // ================== // = Retention Path = // ================== define( 'AI1WMUE_RETENTION_NAME', 'retention.json' ); // =========================== // = ServMask Activation URL = // =========================== define( 'AI1WMUE_ACTIVATION_URL', 'https://servmask.com/purchase/activations' ); // ================= // = Max File Size = // ================= define( 'AI1WMUE_MAX_FILE_SIZE', 0 ); // =============== // = Purchase ID = // =============== define( 'AI1WMUE_PURCHASE_ID', '6362dccd-6e16-4c66-90f5-f1a3ea7d3989' );
[+]
..
[+]
lib
[-] functions.php
[edit]
[-] readme.txt
[edit]
[-] uninstall.php
[edit]
[-] End-User-License-Agreement.txt
[edit]
[-] VERSION
[edit]
[-] constants.php
[edit]
[-] User-Guide.txt
[edit]
[-] all-in-one-wp-migration-unlimited-extension.php
[edit]
[-] loader.php
[edit]