Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrys committed Jun 23, 2009
1 parent 476e99d commit 78ab64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/utils/GlobalProperties.php
Expand Up @@ -188,7 +188,7 @@ public static function init() {
self::$USE_UPLOAD_DOMAIN = self::fromIni("security", "upload_separate_domain", false);
self::$URL_UPLOAD_DOMAIN = self::fromIni("security", "upload_domain", "wd.files." . self::$URL_DOMAIN);
self::$RESTRICT_HTML = self::fromIni("security", "upload_restrict_html", true);
self::$SECRET_MANAGE_SUPERADMIN = self::fromIni("security", "secret_manage_superuser", md5(self::$SECRET . '_super_admin'));
self::$SECRET_MANAGE_SUPERADMIN = self::fromIni("security", "secret_manage_superadmin", md5(self::$SECRET . '_super_admin'));

// database settings
self::$DATABASE_USER = self::fromIni("db", "user"); // no default!
Expand Down

0 comments on commit 78ab64a

Please sign in to comment.