Files
webgui/emhttp/plugins/dynamix.my.servers/include/myservers1.php
Zack Spear 2401c2b8d3 chore: remove unused CSS styles from myservers1.php
- Deleted obsolete styles related to the header and Downgrade icon rotation.
- Cleaned up the file to improve maintainability and reduce clutter.
2025-05-06 15:41:20 -07:00

17 lines
561 B
PHP

<?php
/* Copyright 2005-2023, Lime Technology
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*/
?>
<?php
require_once("$docroot/plugins/dynamix.my.servers/include/web-components-extractor.php");
$wcExtractor = new WebComponentsExtractor();
echo $wcExtractor->getScriptTagHtml();