Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: memcache.php 4372 2009-05-15 16:13:13Z Tomm $
| * $Id: memcache.php 4450 2009-09-05 16:06:36Z RyanGordon $
|
*/
/**
| */
/**
|
Zeile 79 | Zeile 79 |
---|
}
// Set a unique identifier for all queries in case other forums are using the same memcache server
|
}
// Set a unique identifier for all queries in case other forums are using the same memcache server
|
$this->unique_id = md5($mybb->settings['bburl']);
| $this->unique_id = md5(MYBB_ROOT);
|
return true; }
| return true; }
|