mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
13 lines
175 B
PHP
Executable File
13 lines
175 B
PHP
Executable File
<!-- utils needing a DB connection -->
|
|
|
|
<?php
|
|
|
|
require dirname(__FILE__).'/init.php';
|
|
|
|
// Action functions
|
|
if (isset ($_REQUEST['key']))
|
|
{
|
|
echo lang($_REQUEST['key']);
|
|
}
|
|
|
|
?>
|