1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-21 08:34:27 -05:00

Moves individual*logs to stats.

This commit is contained in:
Jonathan Rosenbaum 2014-12-19 20:12:56 +00:00
parent 57e0e1ea0f
commit b815ebb714
3 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ define("PAGE_SHOP_LOG", "shop_log.php");
define("PAGE_EDIT_CONTACT", "contact_add_edit.php");
define("PAGE_SELECT_CONTACT", "contact_add_edit_select.php");
define("PAGE_SHOP_LOG_DELETE_VISIT", "shop_log_delete_shopvisitid.php");
define("INDIVIDUAL_HOURS_LOG", "individual_hours_log.php");
define("INDIVIDUAL_HISTORY_LOG", "individual_history_log.php");
define("INDIVIDUAL_HOURS_LOG", "stats/individual_hours_log.php");
define("INDIVIDUAL_HISTORY_LOG", "stats/individual_history_log.php");
define("PAGE_SALE_LOG", "transaction_log.php");
define("PAGE_EDIT_LOCATION", "location_add_edit.php");
define("PAGE_SELECT_LOCATION", "location_add_edit_select.php");