mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-06-21 14:49:59 -04:00
20 lines
345 B
PHP
Executable File
20 lines
345 B
PHP
Executable File
<?php
|
|
|
|
require 'php/templates/header.php';
|
|
?>
|
|
|
|
<!-- Page ------------------------------------------------------------------ -->
|
|
<div class="content-wrapper integrations-plugins" id="pluginsPage">
|
|
|
|
<?php require 'php/templates/skel_plugins.php'; ?>
|
|
<?php
|
|
require 'pluginsCore.php';
|
|
?>
|
|
|
|
</div>
|
|
|
|
<?php
|
|
require 'php/templates/footer.php';
|
|
?>
|
|
|