From 5da48a95224e925f4b070f2581a121516df33829 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 19 Oct 2011 15:28:11 +0000 Subject: Copy plugins to release branch --- plugins/enigma/lib/enigma_userid.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 plugins/enigma/lib/enigma_userid.php (limited to 'plugins/enigma/lib/enigma_userid.php') diff --git a/plugins/enigma/lib/enigma_userid.php b/plugins/enigma/lib/enigma_userid.php new file mode 100644 index 000000000..36185e718 --- /dev/null +++ b/plugins/enigma/lib/enigma_userid.php @@ -0,0 +1,31 @@ + | + +-------------------------------------------------------------------------+ +*/ + +class enigma_userid +{ + public $revoked; + public $valid; + public $name; + public $comment; + public $email; +} -- cgit v1.2.3