diff --git a/config.inc.php.example b/config.inc.php.example index bbd6cce..b717be7 100755 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -7,10 +7,9 @@ $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 $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 $yaptc_min_password = '8'; // Minimum password length -$yaptc_language = 'en'; // Language +$yaptc_language = 'en'; // 2-character language code. Used to set HTML header and language template diff --git a/includes/footer.inc.php b/includes/footer.inc.php index 2f6f4a7..0199f85 100755 --- a/includes/footer.inc.php +++ b/includes/footer.inc.php @@ -1,8 +1,9 @@ - -