Ignore:
Timestamp:
Dec 2, 2011 2:39:15 AM (13 years ago)
Author:
anonymous
Message:

sc-msg CSS update, minor adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Utilities.inc.php

    r380 r394  
    828828        $salt = $app->getParam('signing_key');
    829829    }
    830 
     830   
     831    // TODO: consider using more bits-per-character, such as done with:
     832    // http://www.php.net/manual/en/function.sha1.php#86239
     833    // http://blog.kevburnsjr.com/php-unique-hash
    831834    return $val . '-' . mb_strtolower(mb_substr(md5($salt . md5($val . $salt)), 0, $length));
    832835}
Note: See TracChangeset for help on using the changeset viewer.