25 lines
412 B
PHP
25 lines
412 B
PHP
<?
|
|
define('ADRES','sql.atm.home.pl');
|
|
define('UZYTKOWNIK','atm3');
|
|
define('HASLO_DO_BAZY','alan87');
|
|
define('BAZA','atm3');
|
|
|
|
|
|
define('BLAD','<font color=red><b>B £ ¡ D !</b></font>');
|
|
|
|
/* ################################
|
|
###################################
|
|
#### USTAWIENIA ########
|
|
###################################
|
|
################################*/
|
|
|
|
|
|
$color1='#E5E5E5';
|
|
$color2='#F3F3F3';
|
|
|
|
|
|
|
|
|
|
|
|
?>
|