Tobias Reich 11 years ago
parent
commit
76a3b1bde5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/modules/db.php

+ 1 - 1
php/modules/db.php

@@ -51,7 +51,7 @@ if(!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
 // Config version
 \$configVersion = '';
 
-// Database configurations
+// Database configuration
 \$dbHost = '$dbHost'; //Host of the Database
 \$dbUser = '$dbUser'; //Username of the database
 \$dbPassword = '$dbPassword'; //Password of the Database