Blame view

mobile/source/tools/pass_generator.php 85 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
  <?php
  include_once('../../r_constants.php');
  
  echo md5('testpass'.MAIN_CLOSE_KEY)
  ?>