Changeset 2750
- Timestamp:
- 02/16/10 19:37:24 (2 years ago)
- Files:
-
- tags/1.6.0/AGI/a2billing.php (modified) (1 diff)
- tags/1.6.0/common/lib/common.defines.php (modified) (2 diffs)
- trunk/AGI/a2billing.php (modified) (1 diff)
- trunk/common/lib/common.defines.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/1.6.0/AGI/a2billing.php
r2745 r2750 48 48 include (dirname(__FILE__)."/lib/interface/constants.php"); 49 49 50 $charge_callback =0;50 $charge_callback = 0; 51 51 $G_startime = time(); 52 $agi_version = "A2Billing - Version 1.6 -Beta (Hickory) - Released : 19 January 2010";52 $agi_version = "A2Billing - Version 1.6.0 (Hickory) - Released : 16 February 2010"; 53 53 54 54 if ($argc > 1 && ($argv[1] == '--version' || $argv[1] == '-v')) { tags/1.6.0/common/lib/common.defines.php
r2738 r2750 9 9 * powered by Star2billing S.L. <http://www.star2billing.com/> 10 10 * 11 * @copyright Copyright (C) 2004-200 9 - Star2billing S.L.11 * @copyright Copyright (C) 2004-20010 - Star2billing S.L. 12 12 * @author Belaid Arezqui <areski@gmail.com> 13 13 * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html … … 128 128 129 129 // A2BILLING INFO 130 define ("COPYRIGHT", "A2Billing - Version 1.6 -Beta (Hickory) - Released : 19 January 2010, A2Billing is software licensed under the ".'<a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" target="_blank">AGPL 3</a>' . ". <br/>" . "Copyright (C) 2004-2009 - Star2billing S.L. <a href=\"http://www.star2billing.com\" target=\"_blank\">http://www.star2billing.com/</a>");130 define ("COPYRIGHT", "A2Billing - Version 1.6.0 (Hickory) - Released : 16 February 2010, A2Billing is software licensed under the ".'<a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" target="_blank">AGPL 3</a>' . ". <br/>" . "Copyright (C) 2004-2009 - Star2billing S.L. <a href=\"http://www.star2billing.com\" target=\"_blank\">http://www.star2billing.com/</a>"); 131 131 132 132 define ("CCMAINTITLE", gettext("A2Billing Portal")); trunk/AGI/a2billing.php
r2745 r2750 48 48 include (dirname(__FILE__)."/lib/interface/constants.php"); 49 49 50 $charge_callback =0;50 $charge_callback = 0; 51 51 $G_startime = time(); 52 $agi_version = "A2Billing - Version 1.6 -Beta (Hickory) - Released : 19 January 2010";52 $agi_version = "A2Billing - Version 1.6.0 (Hickory) - Released : 16 February 2010"; 53 53 54 54 if ($argc > 1 && ($argv[1] == '--version' || $argv[1] == '-v')) { trunk/common/lib/common.defines.php
r2738 r2750 9 9 * powered by Star2billing S.L. <http://www.star2billing.com/> 10 10 * 11 * @copyright Copyright (C) 2004-200 9 - Star2billing S.L.11 * @copyright Copyright (C) 2004-20010 - Star2billing S.L. 12 12 * @author Belaid Arezqui <areski@gmail.com> 13 13 * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html … … 128 128 129 129 // A2BILLING INFO 130 define ("COPYRIGHT", "A2Billing - Version 1.6 -Beta (Hickory) - Released : 19 January 2010, A2Billing is software licensed under the ".'<a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" target="_blank">AGPL 3</a>' . ". <br/>" . "Copyright (C) 2004-2009 - Star2billing S.L. <a href=\"http://www.star2billing.com\" target=\"_blank\">http://www.star2billing.com/</a>");130 define ("COPYRIGHT", "A2Billing - Version 1.6.0 (Hickory) - Released : 16 February 2010, A2Billing is software licensed under the ".'<a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" target="_blank">AGPL 3</a>' . ". <br/>" . "Copyright (C) 2004-2009 - Star2billing S.L. <a href=\"http://www.star2billing.com\" target=\"_blank\">http://www.star2billing.com/</a>"); 131 131 132 132 define ("CCMAINTITLE", gettext("A2Billing Portal"));
