Current File : //var/wcp4/wongwais/public_html/scripts/scripts/scripts/scripts/bandwidthmeter/admin/index.php
<!-- Copyright 2002 (C) Gambit Design Internet Services -->
<!-- This is licensed under the GNU Public License -->
<!-- Author: Derek T Del Conte - derek@gambitdesign.com -->
<?php
ini_set('include_path' , '/home/thischr/public_html/scripts/bandwidthmeter/');
include_once("config.inc.php");
?>

<html>
<head>
	<title><?php echo $isp_name; ?> - Bandwidth Meter - Admin</title>
	<link rel="stylesheet" href="../style.css">
</head>

<body bgcolor="#FFFFFF">

	<h2>BandwidthMeter</h2>
	<h3>Admin</h3>

	<ul>
		<li><a href="view_by_name.php">View by Name</a>
		<li><a href="view_by_ip.php">View by IP</a>
	</ul>

</body>
</html>

<?php




?>