Add link to setup page

This commit is contained in:
Laurent Destailleur 2014-04-30 00:22:27 +02:00
parent 11115eb773
commit a9869802f4

View File

@ -77,6 +77,7 @@ if ($test)
else
{
print img_picto('','warning').' '.$langs->trans("MemcachedModuleAvailableButNotSetup");
print ' <a href="'.dol_buildpath('/memcached/admin/memcached.php',1).'">Memcached module admin page</a>';
}
}
else print img_picto('','warning').' '.$langs->trans("MemcachedNotAvailable");