source: pro-violet-viettel/sourcecode/application/modules/ajax/views/user.php @ 768

Last change on this file since 768 was 439, checked in by namnd, 11 years ago
File size: 579 bytes
RevLine 
[439]1<?php header ("Content-Type:text/xml"); ?>
2<USER_INFO>
3        <DATA userId="<?php echo $content['userId']; ?>" userLevel="<?php echo $content['userLevel']; ?>" userPhone="<?php echo $content['userPhone']; ?>" userMoney="<?php echo $content['userMoney']; ?>" appUserName="<?php echo $content['appUserName']; ?>" appAddress="<?php echo $content['appAddress']; ?>" licType="<?php echo $content['licType']; ?>" licCustomer="<?php echo $content['licCustomer'];  ?>" licCreate="<?php echo $content['licCreate']; ?>" licExpire="<?php echo $content['licExpire']; ?>">
4        </DATA>
5</USER_INFO>
Note: See TracBrowser for help on using the repository browser.