root/branches/release-35/php/lib/modifier.encode_sha1.php @ 1953

Revision 1953, 246 bytes (checked in by bchoate, 20 months ago)

Creating new encode_sha1 modifier.

Line 
1<?php
2# Movable Type (r) Open Source (C) 2001-2008 Six Apart, Ltd.
3# This program is distributed under the terms of the
4# GNU General Public License, version 2.
5#
6# $Id$
7
8function smarty_modifier_encode_sha1($text) {
9    return sha1($text);
10}
11?>
Note: See TracBrowser for help on using the browser.