diff --git a/src/mibew/configs/routing.yml b/src/mibew/configs/routing.yml index 33f0eeb3..74ee22d5 100644 --- a/src/mibew/configs/routing.yml +++ b/src/mibew/configs/routing.yml @@ -97,10 +97,6 @@ js_translation: defaults: _controller: Mibew\Controller\Localization\JsTranslationController::indexAction -license: - path: /license - defaults: { _controller: Mibew\Controller\LicenseController::indexAction } - widget_gateway: path: /widget defaults: { _controller: Mibew\Controller\WidgetController::indexAction } diff --git a/src/mibew/libs/classes/Mibew/Controller/LicenseController.php b/src/mibew/libs/classes/Mibew/Controller/LicenseController.php deleted file mode 100644 index 708b786d..00000000 --- a/src/mibew/libs/classes/Mibew/Controller/LicenseController.php +++ /dev/null @@ -1,47 +0,0 @@ -render( - 'license', - array( - 'title' => getlocal("License"), - 'no_right_menu' => true, - 'fixedwrap' => true, - 'show_small_login' => true, - ) - ); - } -} diff --git a/src/mibew/styles/pages/default/templates_src/server_side/license.handlebars b/src/mibew/styles/pages/default/templates_src/server_side/license.handlebars deleted file mode 100644 index 6f0e8045..00000000 --- a/src/mibew/styles/pages/default/templates_src/server_side/license.handlebars +++ /dev/null @@ -1,21 +0,0 @@ -{{#extends "_layout"}} - {{#override "content"}} -
Copyright 2005-2014 the original author or authors.
- -Licensed under the Apache License, Version 2.0 (the "License").
- -You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
- -Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License.
- {{/override}} -{{/extends}} \ No newline at end of file