Silnik strony + galerii zdjęć Suczawa 2009
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
316 B

  1. <?
  2. /**
  3. * @package Galeria Suczawa 2009
  4. * @file config.php
  5. * @version $Id$
  6. * @author PioDer <pioder@wp.pl>
  7. * @link http://suczawa.ath.cx/
  8. **/
  9. define('DB_HOST','localhost');
  10. define('DB_USER','root');
  11. define('DB_PASS','');
  12. define('DB_NAME','galeria');
  13. //liczba zdjęć na stronę
  14. $per_page=3;
  15. ?>