Add link to setup page
This commit is contained in:
parent
11115eb773
commit
a9869802f4
@ -77,6 +77,7 @@ if ($test)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
print img_picto('','warning').' '.$langs->trans("MemcachedModuleAvailableButNotSetup");
|
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");
|
else print img_picto('','warning').' '.$langs->trans("MemcachedNotAvailable");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user