Ejemplo n.º 1
0
 /**
  * @internal
  *
  * @return bool
  */
 protected function isRoutingEnabled()
 {
     // TODO: In the future maybe this check could be more sophisticated than this
     // and actually look inside the configuration file to check if everything is
     // setup properly
     return MFile::fileExists('.htaccess');
 }