File: index.php

package info (click to toggle)
php-horde-sesha 1.0.0~beta1-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 924 kB
  • ctags: 443
  • sloc: php: 1,809; xml: 338; makefile: 10; sh: 3
file content (16 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * This is an inventory application written for the Horde framework.
 *
 * Copyright 2004-2007 Andrew Coleman <mercury@appisolutions.net>
 * Copyright 2011 Horde LLC
 * @author Ralf Lang <lang@b1-systems.de>
 *
 * See the enclosed file COPYING for license information (GPL). If you
 * did not receive this file, see http://www.horde.org/licenses/gpl.
 */

require_once __DIR__ . '/lib/Application.php';
Horde_Registry::appInit('sesha');

require basename($prefs->getValue('sesha_default_view') . '.php');