I use global variable $table_prefix
to differ whether I work on Word Press or WPMU. I need this global variable for my plugin. But is there any better way to check whether your pluggin is working on Word Press or WPMU?
In WPMU a global variable named wpmu_version
should be set.