if (class_exists(ucfirst($match->module).'\\Controller_'.ucfirst($match->directory).'_'.ucfirst($match->controller)))In the Router class (core/classes/router.php) line 135 of version 1.0. When calling a module without a "directory" we get a segfault from calling a class with 2 underscores ... Controller__Test .. but Controller_Test and Controller_Test_Test both work fine. I've tested on another server with the same php version and the double underscores are still there and works fine though. Is there a reason for the double underscore?
It looks like you're new here. If you want to get involved, click one of these buttons!