setings improvements/JS rewrite
This commit is contained in:
13
front/php/server/utilDB.php
Normal file
13
front/php/server/utilDB.php
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
require dirname(__FILE__).'/init.php';
|
||||
|
||||
// Action functions
|
||||
if (isset ($_REQUEST['key']))
|
||||
{
|
||||
echo lang($_REQUEST['key']);
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user