source: trunk/doc-expressolivre/arqs-conf/makedc.php @ 2

Revision 2, 117 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

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