<?php
/**
 * ################################################################################
 * WP MyBackup
 * 
 * Copyright 2017 Eugen Mihailescu <eugenmihailescux@gmail.com>
 * 
 * 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/>.
 * 
 * ################################################################################
 * 
 * Short description:
 * URL: http://wpmybackup.mynixworld.info
 * 
 * Git revision information:
 * 
 * @version : 1.0-3 $
 * @commit  : 1b3291b4703ba7104acb73f0a2dc19e3a99f1ac1 $
 * @author  : eugenmihailescu <eugenmihailescux@gmail.com> $
 * @date    : Tue Feb 7 08:55:11 2017 +0100 $
 * @file    : 11-lite.php.fix $
 * 
 * @id      : 11-lite.php.fix | Tue Feb 7 08:55:11 2017 +0100 | eugenmihailescu <eugenmihailescux@gmail.com> $
*/

namespace MyBackup;

function check_is_activated() {
return true;
}
function feature_is_licensed() {
return true;
}
! defined ( __NAMESPACE__.'\\LICENSE_REGISTRAR_URL' ) && define ( __NAMESPACE__.'\\LICENSE_REGISTRAR_URL', 'http://api.mynixworld.info/' );
! defined ( __NAMESPACE__.'\\LICENSE_REGISTRAR_API' ) && define ( __NAMESPACE__.'\\LICENSE_REGISTRAR_API', LICENSE_REGISTRAR_URL.'register.php' );
?>