summaryrefslogtreecommitdiff
path: root/plugins/phpbb3/noweb_user.php
diff options
context:
space:
mode:
authorChristoph Burschka2012-11-02 23:19:12 +0100
committerChristoph Burschka2012-11-02 23:19:12 +0100
commitc92b1bd7538ed0eb18bdb3a1401fe4d0010bfdeb (patch)
tree4df80ba2396093c2781e20430f2232190f74976b /plugins/phpbb3/noweb_user.php
parentTypo in config.sample.php (diff)
downloadejabberd-auth-php-c92b1bd7538ed0eb18bdb3a1401fe4d0010bfdeb.tar.gz
Renaming phpbb versions properly.
Diffstat (limited to 'plugins/phpbb3/noweb_user.php')
-rw-r--r--plugins/phpbb3/noweb_user.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/phpbb3/noweb_user.php b/plugins/phpbb3/noweb_user.php
deleted file mode 100644
index 3291222..0000000
--- a/plugins/phpbb3/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() {
- }
-}