I am converting a medium sized site from an unknown cms, I got to look at a dump of the tables (all 9 of them) and was struck by, amongst other things, all of the column names being uppercase. Anyone know of a PHP CMS which enforces this behaviour?
Post the table names and look for a table called configuration or similar. Do you have the CMS's source code or at least directory structure?