summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/Util.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/Util.php')
-rw-r--r--Auth/OpenID/Util.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/Auth/OpenID/Util.php b/Auth/OpenID/Util.php
deleted file mode 100644
index 0121c21..0000000
--- a/Auth/OpenID/Util.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-/**
- * Util: URL manipulation utility functions for the OpenID library.
- *
- * PHP versions 4 and 5
- *
- * LICENSE: See the COPYING file included in this distribution.
- *
- * @package OpenID
- * @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
- * @license http://www.gnu.org/copyleft/lesser.html LGPL
- */
-
-/**
- * Some constants for string checking.
- */
-$_Auth_OpenID_letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
-$_Auth_OpenID_digits = "0123456789";
-$_Auth_OpenID_punct = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~";
-
-
-?> \ No newline at end of file