/**
  * Automaticly sets the needed configuration
  */
 public function autoConfigRouting()
 {
     PWEL_ROUTING::$error_controller = 'errorController';
     PWEL_ROUTING::$start_controller = 'startController';
     self::$configured = true;
 }