PageRenderTime 48ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/cms/md5.php

https://bitbucket.org/cgcamilo/vitral
PHP | 4 lines | 3 code | 1 blank | 0 comment | 0 complexity | 063cea3a2e4aef1e50b20a04f54b75b0 MD5 | raw file
  1. <?php
  2. echo md5("bogota");
  3. ?>