/[projects]/smsdaemon/webinterface/viewaccount.php
ViewVC logotype

Diff of /smsdaemon/webinterface/viewaccount.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 197 by torben, Wed Dec 17 18:23:03 2008 UTC revision 198 by torben, Thu Dec 18 19:52:25 2008 UTC
# Line 1  Line 1 
1  <?  <?
2    require("nocache.php");
3  require("mysql.php");  require("mysql.php");
4    
5  $id = $_GET["id"];  $id = $_GET["id"];
# Line 17  $enabled = $res[0]->enabled; Line 18  $enabled = $res[0]->enabled;
18  $totalcount = $res[0]->totalcount;  $totalcount = $res[0]->totalcount;
19    
20  ?>  ?>
21    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
22    <head>
23    <title>View SMS Account</title>
24    </head>
25    <body>
26  <table border=1 cellspacing=0>  <table border=1 cellspacing=0>
27  <tr>  <tr>
28   <td>Owner</td>   <td>Owner</td>
# Line 44  $totalcount = $res[0]->totalcount; Line 50  $totalcount = $res[0]->totalcount;
50  </tr>  </tr>
51  </table>  </table>
52    
53    </body>
54    </html>
55    

Legend:
Removed from v.197  
changed lines
  Added in v.198

  ViewVC Help
Powered by ViewVC 1.1.20