https://github.com/midasplatform/rodent
Raw File
Tip revision: 952fa3d36a87d1c8041cfde761444ffead444f45 authored by Michael Grauer on 31 August 2012, 21:44:59 UTC
Merge branch 'cleanup_pipelines_mgrauer'
Tip revision: 952fa3d
AppController.php
<?php
/*=========================================================================
 MIDAS Server
 Copyright (c) Kitware SAS. 26 rue Louis Guérin. 69100 Villeurbanne, FRANCE
 All rights reserved.
 More information http://www.kitware.com

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0.txt

 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.
=========================================================================*/


class Rodent_AppController extends MIDAS_GlobalModule
  {
    public $moduleName='rodent';
  } //end class
?>
back to top