Podobno w 11 linii (pogrubiona) jest błąd, jaki?
require('db.conf.php'); require('site.conf.php'); function ConnectDB(){ return $conn; else { if (!$conn) { $message = '[MySQL][Błąd w połączeniu z bazą danych] Error number ' .mysql_errno().", ". mysql_error() . "\n"; Log2File($message); exit; } if (!$selectdb) { $message = '[MySQL][Błąd w wybieraniu bazy danych] Error number ' .mysql_errno().", ". mysql_error() . "\n"; Log2File($message); //exit; } return $conn; } }