Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:while (list(,$Value) = each($PagesArr))
{
if (!in_array($Value, array("settings.php","search.php","account.php","index.php","comments.php","post.php","categories.php")))
{
$PagesArr = array_merge($PagesArr, array("extension.php"));
exit();
}
}1 to 2 of 2