// If Roster is already installed, don't let them install it again
if ( defined('ROSTER_INSTALLED') )
{
$tpl = new Template_Wrap('install_message.html','install_header.html','install_tail.html');
$tpl->message_die('Roster is already installed - <span class="negative">remove</span> the file <span class="positive">install.php</span> and the folder <span class="positive">install/</span> in this directory.', 'Installation Error');
exit();
}
// If Roster is already installed, don't let them install it again
// if ( defined('ROSTER_INSTALLED') )
// {
// $tpl = new Template_Wrap('install_message.html','install_header.html','install_tail.html');
// $tpl->message_die('Roster is already installed - <span class="negative">remove</span> the file <span class="positive">install.php</span> and the folder <span class="positive">install/</span> in this directory.', 'Installation Error');
// exit();
// }
Users browsing this forum: No registered users and 0 guests