Ignore:
Timestamp:
08/29/10 22:16:32 (21 months ago)
Author:
benedikt
Message:
  • [ENGINE] Security Fix #2440: Backup script will restore forged backup [Part II] (Thanks to Daniel)
  • [GUI] Changed: Orderpanel 'State' is not longer a required field
  • [GUI] Changed: Oder of address fields changed
  • [GUI] Fixed #2174: Several issues for the Ticket Support System
  • [GUI] Refactored: Ticket System of (part I/client)
  • [LANGUAGES] Updates German Language File
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/engine/setup/ispcp-update

    r3195 r3240  
    310310        my $shut_down_message = colored( 
    311311                ['bold underline'], 
    312                 "\n\n\tCongratulations, you updated ispCP " . 
     312                "\n\n\tCongratulations, you updated ispCP OMEGA" . 
    313313                "'$main::cfg{'Version'}' successfully!\n\n" 
    314314        ); 
     
    370370                print STDOUT "\tDo you want to continue [Y/n]: "; 
    371371                chomp($rdata = readline \*STDIN); 
    372  
    373372        } while($rdata !~ /^(|y|n)$/i); 
    374373 
Note: See TracChangeset for help on using the changeset viewer.