www/index.php

changeset 11
d341f0a91a91
child 15
ccbe79db80b8
equal deleted inserted replaced
10:606b4af8f918 11:d341f0a91a91
1 <?php
2 /*****************************************************************************
3 * Copyright (C) 2018
4 *
5 * Michiel Broek <mbroek at mbse dot eu>
6 *
7 * This file is part of Brewery Management System
8 *
9 * This is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License as published by the
11 * Free Software Foundation; either version 2, or (at your option) any
12 * later version.
13 *
14 * BrewCloud is distributed in the hope that it will be useful, but
15 * WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with ThermFerm; see the file COPYING. If not, write to the Free
21 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
22 *****************************************************************************/
23
24 require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
25
26 $outstr = page_header('Hoofdmenu', NULL);
27
28
29 $outstr .= page_footer();
30
31 echo $outstr;
32 ?>

mercurial