Error 500
CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'kn'@'localhost' (using password: YES): /home/www/an24.org/site/templates/default.php at line 851
//формирование doc документа if ($links[0]['name'] == "corp") { if ($_GET['action'] == "get-doc") { $GLOBALS['doc'] == "all"; header("Content-Type: application/msword"); header("Content-Disposition: attachment; filename=объявления.doc;"); header("Content-Transfer-Encoding: binary"); } } ?>