Advertisement
Guest User

bin-reader.php

a guest
Jan 30th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. /** ****************************************
  3. * Bin reader class
  4. * *****************************************
  5. * Version 1.00
  6. * Created by Reqviem
  7. * Date 04 January 2013
  8. * **/
  9.  
  10. class BinReader {
  11. public $template ;
  12. public $data ;
  13. }
  14.  
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement