Changeset 1028 for trunk/keys

Show
Ignore:
Timestamp:
03/01/08 21:10:46 (9 months ago)
Author:
rats
Message:

Maybe fixed #946; ispcp-setup mysql password error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/keys/rpl.pl

    r675 r1028  
    44# Copyright (c) 2001-2006 by moleSoftware GmbH 
    55# http://www.molesoftware.com 
    6 # Copyright (c) 2006-2007 by isp Control Panel 
     6# Copyright (c) 2006-2008 by isp Control Panel 
    77# http://isp-control.net 
    88# 
     
    3838use strict; 
    3939use warnings; 
     40$SIG{'INT'} = 'IGNORE'; 
    4041 
    4142die ("Undefined Input Data!") if (!defined($ARGV[0]) || !defined($ARGV[1]) || !defined($ARGV[2]));