source: contrib/Dms/index.php @ 3526

Revision 3526, 291 bytes checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado modulos Timesheet e DMS para a comunidade.

  • Property svn:executable set to *
Line 
1<?php
2$GLOBALS['phpgw_info']['flags'] = array(
3        'currentapp' => 'mydms',
4        'noheader'   => True,
5        'nonavbar'   => True
6);
7
8include('../header.inc.php');
9header("Location: out/out.ViewFolder.php");
10?>
11
12<html>
13<head>
14        <title>MyDMS</title>
15</head>
16
17<body>
18
19
20</body>
21</html>
Note: See TracBrowser for help on using the repository browser.