Просмотр файла top-elena/config.php

Размер файла: 181B
<?php
$dbh=mysql_connect ("localhost", "elena_top", "123") or die ('I cannot connect to the database');
mysql_select_db ("elena_top");

$mark_graph = 0;

$count_top = 5;

?>