Fatal error: Cannot redeclare sendSMS() (previously declared in /var/www/bravada/data/www/base.sentimento.org/include/functions1.php:2824) in /var/www/bravada/data/www/base.sentimento.org/include/functions_cron.php(3353) : eval()'d code on line 16
Сам код смс шлюза
$bytehandId = мой ID; $bytehandKey = "мой ключ"; $bytehandFrom = "Sentimento"; function sendSMS($to, $text) { global $bytehandId; global $bytehandKey; global $bytehandFrom; $result = @file_get_contents('http://bytehand.com:3800/send?id='.$bytehandId.'&key='.$bytehandKey.'&to='.urlencode($to).'&from='.urlencode($bytehandFrom).'&text='.urlencode($text)); if ($result === false) return false; else return true; }
Может где ошибки? помогите пожалуйтса)