The 'old' checkent.php seemed to be in the way, therefor I spotted it as not working
This commit is contained in:
Vincent Gevers
2005-01-21 17:35:44 +00:00
parent e733671e6f
commit ac4d334462

View File

@ -211,7 +211,7 @@ function site_nav_provider()
case 'pear':
case 'smarty':
$links['checkent'] = BASE_URL . '/checkent_' . SITE . '.php';
$links['checkent'] = BASE_URL . '/checkent.php';
break;
}
}