Panel/modules/extras/module.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

13 lines
264 B
PHP

<?php
/*
* Component of the extras module
*/
// Module general information
$module_title = "Extras";
$module_version = "alpha";
$db_version = 0;
$module_required = TRUE;
$module_menus = array( array( 'subpage' => '', 'name'=>'Extras', 'group'=>'admin' ) );
?>