Pixel Чтобы добавлять в избранное, нужно авторизироваться

php / Подстраховка

secure_login($params){
  if($this->authorized){
    return true;
  } else {
    return false;
  }
  //на всякий случай
  return false;
}
2008-09-23 01:21:34

Comments

There is no comment for the moment. Add a new comment