Authored by whb

tools

... ... @@ -70,6 +70,11 @@ class ToolsController extends WebAction
}
}
}
public function logAction()
{
print_r($_SERVER);
}
}
?>
\ No newline at end of file
... ...