source: branches/celepar/doc-expressolivre/suse/arqs-conf-suse/pass.php @ 727

Revision 727, 79 bytes checked in by niltonneto, 16 years ago (diff)

Commit inicial.

Line 
1#!/usr/bin/php -q
2<?php
3        global $argv;
4        $pass = $argv[1];
5        echo md5($pass);
6?>
Note: See TracBrowser for help on using the repository browser.