Subversion Repositories vgwhois

Rev

Rev 5 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 7
Line 156... Line 156...
156
	if ($count == 0) {
156
	if ($count == 0) {
157
		// Add header
157
		// Add header
158
		$pcont = "#: version $now\n".
158
		$pcont = "#: version $now\n".
159
		         "# New gTLD\n".
159
		         "# New gTLD\n".
160
		         "# see: http://newgtlds.icann.org/en/program-status/delegated-strings\n".
160
		         "# see: http://newgtlds.icann.org/en/program-status/delegated-strings\n".
161
		         "# This file can be updated by ".__DIR__."/generate_newgtld (only additions of new \"New gTLDs\")\n".
161
		         "# This file can be updated by running "gwhois-pattern-update", but it does only ADD new \"New gTLDs\"\n".
162
		         "# --------------------------------------------------------------------\n".
162
		         "# --------------------------------------------------------------------\n".
163
		         "\n".$pcont;
163
		         "\n".$pcont;
164
	}
164
	}
165
 
165
 
166
	if ($pcont != $pcont_original) {
166
	if ($pcont != $pcont_original) {