mirror of
https://ghproxy.net/https://github.com/michelve/software-license-manager.git
synced 2025-10-04 02:06:37 +08:00
improved: API endpoint improved: expiration task handler added: sample files for integration
15 lines
509 B
PHP
Executable file
15 lines
509 B
PHP
Executable file
<?php
|
|
|
|
if (!defined('WPINC')) {
|
|
die;
|
|
}
|
|
|
|
require_once SLM_ADMIN . 'slm-manage-licenses.php';
|
|
require_once SLM_ADMIN . 'slm-add-licenses.php';
|
|
require_once SLM_ADMIN . 'slm-lic-settings.php';
|
|
require_once SLM_ADMIN . 'slm-admin-functions.php';
|
|
require_once SLM_ADMIN . 'slm-integration-help-page.php';
|
|
require_once SLM_ADMIN . 'slm-about-menu.php';
|
|
require_once SLM_ADMIN . 'slm-subscribers.php';
|
|
require_once SLM_ADMIN . 'slm-list-licenses-class.php';
|
|
require_once SLM_ADMIN . 'slm-dashboard-widgets.php';
|