Хранилища Subversion ant

Редакция

Редакция 303 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 303 Редакция 304
Строка 10... Строка 10...
10
 *  Dual licensed under the MIT and GNU LGPL licenses.
10
 *  Dual licensed under the MIT and GNU LGPL licenses.
11
 *  http://alex-w.org.ru/p/antng/license
11
 *  http://alex-w.org.ru/p/antng/license
12
 *
12
 *
13
 */
13
 */
14
14
-
 
15
# Define options for MySQL connection
-
 
16
define('DBNAME', "generator"); // Database name
-
 
17
define('DBUSER', "sqluser"); // Database user
-
 
18
define('DBPASS', "sqlpass"); // Password
15
require_once dirname(__FILE__)."/config.php";
19
define('DBHOST', "localhost"); // Database host
16
-
 
-
 
20
define('PREFIX', "g_"); // Database tables prefix
17
21
18
?>
22
?>