mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-21 08:34:27 -05:00
Gets individual*logs working again from new dir.
This commit is contained in:
parent
b815ebb714
commit
752684c9df
@ -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", "stats/individual_hours_log.php");
|
||||
define("INDIVIDUAL_HISTORY_LOG", "stats/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");
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
require_once('Connections/YBDB.php');
|
||||
require_once('Connections/database_functions.php');
|
||||
require_once('../Connections/YBDB.php');
|
||||
require_once('../Connections/database_functions.php');
|
||||
|
||||
$page_edit_contact = PAGE_EDIT_CONTACT;
|
||||
$page_shop_log = PAGE_SHOP_LOG;
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
require_once('Connections/YBDB.php');
|
||||
require_once('Connections/database_functions.php');
|
||||
require_once('../Connections/YBDB.php');
|
||||
require_once('../Connections/database_functions.php');
|
||||
|
||||
$page_edit_contact = PAGE_EDIT_CONTACT;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user