summaryrefslogtreecommitdiff
path: root/phpbb-bridge/noweb_user.php
diff options
context:
space:
mode:
authorChristoph Burschka2012-10-30 15:28:52 +0100
committerChristoph Burschka2012-10-30 15:28:52 +0100
commit12f6c2acb29cbea6f41d1152eb27affa358c196f (patch)
treede6a06f62967f9a98db3e8e254cae457536001cd /phpbb-bridge/noweb_user.php
parentA version compatible with the stable phpBB3 (diff)
downloadejabberd-auth-php-12f6c2acb29cbea6f41d1152eb27affa358c196f.tar.gz
Refactor to a general, flexible and extensible architecture.
Diffstat (limited to 'phpbb-bridge/noweb_user.php')
-rw-r--r--phpbb-bridge/noweb_user.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/phpbb-bridge/noweb_user.php b/phpbb-bridge/noweb_user.php
deleted file mode 100644
index 3291222..0000000
--- a/phpbb-bridge/noweb_user.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-class noweb_user {
- var $session_id = '';
- var $browser = 'N/A';
- var $forwarded_for = '127.0.0.1';
- var $ip = '127.0.0.1';
-
- function session_create() {
- // do absolutely nothing. however, unless we tell the auth module the session
- // was successfully created, it won't pass back a success.
- return TRUE;
- }
-
- function setup() {
- }
-}