fixed config

This commit is contained in:
Josh North 2015-02-24 15:38:55 -05:00
parent 16b87fafe4
commit e54b722bf5

View File

@ -10,7 +10,7 @@ $db = new PDO('mysql:host=localhost;dbname=YOUR_DATABASE;charset=utf8', 'Y
$yaptc_adminmsg = ''; // Message will display on all pages! $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 $yaptc_allowadvancedpunch = 'yes'; // Should we allow users to make manual punch entries? set to yes or no
$yaptc_min_password = '8'; // Minimum password length $yaptc_min_password = '8'; // Minimum password length
$yaptc_language = 'en'; // Language
@ -26,4 +26,5 @@ $yaptc_inc = $yaptc_dirpath . 'includes/'; // Concatena
$yaptc_incweb = $yaptc_webpath . 'includes/'; // Concatenate an includes url path $yaptc_incweb = $yaptc_webpath . 'includes/'; // Concatenate an includes url path
$yaptc_lib = $yaptc_dirpath . 'lib/'; // Concatenate a lib directory path $yaptc_lib = $yaptc_dirpath . 'lib/'; // Concatenate a lib directory path
$yaptc_libweb = $yaptc_webpath . 'lib/'; // Concatenate a lib url path $yaptc_libweb = $yaptc_webpath . 'lib/'; // Concatenate a lib url path
$yaptc_lang = $yaptc_dirpath . 'lang/' . $yaptc_language . 'lang.php'; // Concatenate a language url path
?> ?>