source: _old/www/dbconst.php @ 743cc4f

Last change on this file since 743cc4f was 57728c1, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

Move old files to _old dir.

  • Property mode set to 100644
File size: 174 bytes
Line 
1<?php
2
3define('DB_HOST', 'mysql.amu.edu.pl');
4define('DB_NAME', 'utt');
5define('DB_USER', 'utt');
6define('DB_PASSWD', 'bazadanych');
7define('DB_CHARSET', 'utf8');
8
9?>
Note: See TracBrowser for help on using the repository browser.