added switch to disable user manual punch

This commit is contained in:
2015-02-23 10:49:32 -05:00
parent 6541972a3c
commit 7c85d55315
2 changed files with 5 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ $yaptc_appname = 'Timecard System'; // Program name to display in
$yaptc_company = 'Widgets, Inc.'; // Your company name
$yaptc_db = new PDO('mysql:host=localhost;dbname=YOUR_DATABASE;charset=utf8', 'YOUR_USER', 'YOUR_PASSWORD'); // Database connection string
$yaptc_adminmsg = ''; // Message will display on all pages!
$yaptc_allowadvancedpunch = 'yes'; // Should we allow users to make manual punch entries? set to yes or no