2015
authorIvan Kohler <ivan@freeside.biz>
Wed, 25 Feb 2015 02:44:41 +0000 (18:44 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 25 Feb 2015 02:44:41 +0000 (18:44 -0800)
README
ng_selfservice/elements/card.php

diff --git a/README b/README
index b758666..4768e30 100644 (file)
--- a/README
+++ b/README
@@ -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.
index c107aa5..765eb6c 100644 (file)
@@ -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; ?>