diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | ng_selfservice/elements/card.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ Freeside is a billing and administration package for Internet Service Providers, VoIP providers and other online businesses. -Copyright (C) 2005-2014 Freeside Internet Services, Inc. +Copyright (C) 2005-2015 Freeside Internet Services, Inc. Copyright (C) 2000-2005 Ivan Kohler Copyright (C) 1999 Silicon Interactive Software Design Additional copyright holders may be found in the docs/license.html file. diff --git a/ng_selfservice/elements/card.php b/ng_selfservice/elements/card.php index c107aa551..765eb6c40 100644 --- a/ng_selfservice/elements/card.php +++ b/ng_selfservice/elements/card.php @@ -18,7 +18,7 @@ <TD> / </TD> <TD> <SELECT NAME="year"> - <? $years = array( '2013', '2014', '2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023' ); + <? $years = array( '2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023' ); foreach ( $years as $y ) { ?> <OPTION <? if ($y == $year ) { echo 'SELECTED'; } ?>><? echo $y; ?> |