mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
20 lines
326 B
PHP
Executable File
20 lines
326 B
PHP
Executable File
<?php
|
|
|
|
require 'php/templates/header.php';
|
|
require 'php/templates/modals.php';
|
|
?>
|
|
|
|
<!-- Page ------------------------------------------------------------------ -->
|
|
<div class="content-wrapper integrations-plugins">
|
|
|
|
<?php
|
|
require 'pluginsCore.php';
|
|
?>
|
|
|
|
</div>
|
|
|
|
<?php
|
|
require 'php/templates/footer.php';
|
|
?>
|
|
|