Vergleich inc/cachehandlers/memcache.php - 1.4.7 - 1.4.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1Zeile 1
<?php
/**
* MyBB 1.4

<?php
/**
* MyBB 1.4

 * Copyright � 2008 MyBB Group, All Rights Reserved

 * Copyright © 2008 MyBB Group, All Rights Reserved

 *
* 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 4304 2009-01-02 01:11:56Z chris $

 * $Id: memcache.php 4372 2009-05-15 16:13:13Z Tomm $

 */

/**

 */

/**

Zeile 63Zeile 63

if(!$mybb->config['memcache_host'])
{


if(!$mybb->config['memcache_host'])
{

			die("Plesse configure the memcache settings in inc/config.php before attempting to use this cache handler");

			die("Please configure the memcache settings in inc/config.php before attempting to use this cache handler");

		}

if(!$mybb->config['memcache_port'])

		}

if(!$mybb->config['memcache_port'])

Zeile 144Zeile 144
		return $lang->na;
}
}

		return $lang->na;
}
}

 
?>