]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated settings.example.php docs
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 9 Sep 2010 21:28:59 +0000 (21:28 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 9 Sep 2010 21:28:59 +0000 (21:28 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6922 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/settings.example.php

index 2d54804de866fe2a0f41096bd0bfb0d3afa9577a..4f47872cb5fae57a9f99404890fcc9d5d4f8013a 100644 (file)
@@ -10,8 +10,8 @@
  * and then rename it to settings.php.
  *
  * @todo Turn this into something we handle more automatically.
- * @package Elgg
- * @subpackage Core
+ * @package Elgg.Core
+ * @subpackage Configuration
  */
 
 global $CONFIG;
@@ -33,6 +33,7 @@ if (!isset($CONFIG)) {
  * The database username
  *
  * @global string $CONFIG->dbuser
+ * @name $CONFIG->dbuser
  */
 $CONFIG->dbuser = '{{CONFIG_DBUSER}}';