Make login background image configurable
[infodrom/hallinta] / config.php.template
1 <?php
2
3 define('TITLE', 'Infodrom Administration');
4 define('PAGETITLE', 'Infodrom Hallinta');
5
6 define('SESSION_NAME', 'HALLINTA');
7
8 # defaults to images/login.jpg
9 # define('LOGIN_IMG', 'images/login_neu.jpg');
10
11
12 define('DBHOST', 'hostname');
13 define('DBNAME', 'infodrom');
14 define('DBUSER', 'username');
15 define('DBPASS', 'password');
16
17 define('DELETE_COPY', true);
18
19 define('DEBUG', false);
20
21 ?>