From: cajus Date: Tue, 13 Nov 2007 18:25:44 +0000 (+0000) Subject: Renamed and created html directory X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=84a198e3d54226e48c45176b1f2009e576339d38;p=gosa.git Renamed and created html directory git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-playground@7792 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/index.php b/index.php new file mode 100755 index 000000000..5d71f7c21 --- /dev/null +++ b/index.php @@ -0,0 +1,37 @@ +#!/usr/bin/php +load("gosa.conf"); + + /* Get a new instance of the main Viewport */ + $vc= new ViewportController(); + echo $vc->render(); + +} catch (Exception $e) { + echo "\n-GOsa Exception-----------------------------------------------------------\n\n". + $e->__toString(). + "\n\n--------------------------------------------------------------------------\n\n"; +} + +exit (0); + +?> diff --git a/test b/test deleted file mode 100755 index 5d71f7c21..000000000 --- a/test +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/php -load("gosa.conf"); - - /* Get a new instance of the main Viewport */ - $vc= new ViewportController(); - echo $vc->render(); - -} catch (Exception $e) { - echo "\n-GOsa Exception-----------------------------------------------------------\n\n". - $e->__toString(). - "\n\n--------------------------------------------------------------------------\n\n"; -} - -exit (0); - -?>