summaryrefslogtreecommitdiff
path: root/ng_selfservice/usage.php
blob: 0c689e2196a31f731d08fa1d4a190e485b63359c (plain)
1
2
3
4
5
6
7
8
<? $title ='Usage'; include('elements/header.php'); ?>
<? $current_menu = 'usage.php'; include('elements/menu.php'); ?>
<FONT SIZE="+1">
<a href="usage_data.php">Data usage</A><BR><BR>
<a href="usage_cdr.php">Call usage</A><BR><BR>
</FONT>
<? include('elements/menu_footer.php'); ?>
<? include('elements/footer.php'); ?>