Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/www/wwwuploads:/www/Forrestal/Kalo) in /Volumes/Data/www/Forrestal/Kalo/website/catalog/includes/functions/sessions.php on line 251
$val) { if (!isset($tacfg[$key])) $tacfg[$key] = $val; } if (!$tacfg['ownsessions']) { session_name('txtauth'); session_start(); } // Logout attempt made. Deletes any remember-me cookie as well if (isset($_GET['txtlogout']) || isset($_POST['txtlogout'])) { setcookie('txtauth_'.$rmgroup, '', time()-86400*14); if (!$tacfg['ownsessions']) { $_SESSION = array(); session_destroy(); } else $_SESSION['txtauthin'] = false; } // Login attempt made elseif (isset($_POST['login'])) { if ($_POST['uname'] == $tacfg['uname'] && $_POST['pword'] == $tacfg['pword']) { $_SESSION['txtauthin'] = true; if ($_POST['rm']) { // Set remember-me cookie for 2 weeks setcookie('txtauth_'.$rmgroup, md5($tacfg['uname'].$tacfg['pword']), time()+86400*14); } } else $err = 'Invalid username or password'; } // Remember-me cookie exists elseif (isset($_COOKIE['txtauth_'.$rmgroup])) { if (md5($tacfg['uname'].$tacfg['pword']) == $_COOKIE['txtauth_'.$rmgroup] && $tacfg['allowrm']) { $_SESSION['txtauthin'] = true; } else $err = 'Remember-me cookie disabled or invalid'; } if (!$_SESSION['txtauthin']) { ?> <?=$tacfg['title']?>

':''?>
'.$err.'
username:
password:




KALO Catalog
   » Catalog My Account  |  Current Order  |  Submit Order   
Categories
Turf Products->
Adjuvants->
Spray Aids->
Inoculants
The KALO Product Catalog
Welcome Guest!
Would you like to log yourself in?
Or would you prefer to create an account?
Our Product Catalog will help you find and organize your KALO order. Once your order has been submited, we will contact you to confirm the order and to the finalize billing and shipping details.

Thank you for using the KALO Product Catalog.