source: trunk/doc-expressolivre/rhel5-centos5/arqs-conf-rhel5/regexp.php @ 67

Revision 67, 100 bytes checked in by niltonneto, 17 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1#!/usr/bin/php -q
2<?php
3        global $argv;
4        $pass = $argv[1];
5        echo ereg_replace ("/", "\/", $pass);
6?>
Note: See TracBrowser for help on using the repository browser.