Vergleich inc/cachehandlers/xcache.php - 1.4.9 - 1.4.10

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 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: xcache.php 4304 2009-01-02 01:11:56Z chris $

 * $Id: xcache.php 4450 2009-09-05 16:06:36Z RyanGordon $

 */

/**

 */

/**

Zeile 57Zeile 57
		global $mybb;

// Set a unique identifier for all queries in case other forums on this server also use this cache handler

		global $mybb;

// Set a unique identifier for all queries in case other forums on this server also use this cache handler

		$this->unique_id = md5($mybb->settings['bburl']);

		$this->unique_id = md5(MYBB_ROOT);


return true;
}


return true;
}