11 lines
No EOL
191 B
PHP
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']);
|
|
}
|
|
?>
|