Hi guys,

I have a strange problem. I use several classes like user.inc, db.inc etc. For security reasons I've changed the names to user.php, db.php etc. Problem is, that now the script doesn't work a I only get this message: Fatal error: Class 'User' not found in /var/www/htdocs/pracovni/SVV/svv.php on line 4

All files all correctly required. But it seems like no class is defined... Any ideas?