created xtxpatch git repo

This commit is contained in:
asus
2024-07-17 15:35:44 +02:00
parent d32b9f06e1
commit e8ee5c898d
5 changed files with 1621 additions and 0 deletions

29
xtxpatch.php Normal file
View File

@@ -0,0 +1,29 @@
<?php
/*
Plugin Name: hggg_xtxpatch
Plugin URI:
Description: some patchs for the xootix login/registration plugin
Author: hugogogo
Version: 0.1.2.1
Author URI:
*/
/*
* it means someone outside wp is accessing the file, in this case kill it.
*/
if (!defined('ABSPATH')) {
die('You can not access this file!');
}
include_once(plugin_dir_path(__FILE__) . '/php/classes/plgntls_class.php');
include_once(Plgntls_xtx::root_path() . 'php/classes/xtxpatch_class.php');
include_once(Plgntls_xtx::root_path() . 'php/menu/admin_menu.php');
?>