optimization, begin refactor, basic reports
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
$yaptc_appname = 'Timecard System'; // Program name to display in title bar
|
||||
$yaptc_company = 'Widgets, Inc.'; // Your company name
|
||||
$sql = new PDO('mysql:host=localhost;dbname=your_database;', 'your_user', 'your_password'); // Database connection string
|
||||
|
||||
$adminmessage = ''; // Message will display on all pages!
|
||||
|
||||
|
||||
//********** NO NEED TO EDIT PAST HERE **********//
|
||||
@@ -17,4 +17,3 @@
|
||||
$yaptc_lib = $yaptc_dirpath . 'lib/';
|
||||
$yaptc_libweb = $yaptc_webpath . 'lib/';
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user