mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Improves Deposit presentation.
Also, 1. renumbered tabindex 2. added constant for default number of rows shown for transactions.
This commit is contained in:
@@ -32,6 +32,9 @@ define("TIMEZONE", "America/New_York");
|
||||
If you do not want this functionality at all, choose 0.
|
||||
*/
|
||||
define("NONSHOP",0);
|
||||
|
||||
// How many transactions to you want shown
|
||||
define("NUMBER_OF_TRANSACTIONS", 11);
|
||||
|
||||
//constants
|
||||
define("PAGE_START_SHOP", "/start_shop.php");
|
||||
|
||||
Reference in New Issue
Block a user