Panel/modules/util/steamid_converter.php
copilot-swe-agent[bot] d692485a08 Phase 3: Update remaining code references (classes, constants, functions)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-08 15:53:33 +00:00

11 lines
No EOL
191 B
PHP

<?php
/*
* Component of the util module
*/
require 'modules/util/functions.php';
function exec_gsp_module()
{
require 'modules/util/util_config.php';
convert($_POST['steam_input']);
}
?>