optimization, begin refactor, basic reports

This commit is contained in:
2015-02-18 05:13:53 -05:00
parent 6a4e186800
commit 437eaa1fbb
6 changed files with 204 additions and 149 deletions

View File

@@ -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/';
?>