comparison index.php @ 81:f1f849d31272 extractapp

book_id as string
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 23 Apr 2015 14:58:27 +0200
parents 97c1e5102a22
children
comparison
equal deleted inserted replaced
80:c15f53afd7a5 81:f1f849d31272
1 <?php
2 /*
3 * Copyright (c) 2015, Zoe Hong. All rights reserved.
4 * Extraction-interface is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
8 *
9 * Extraction-interface is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1 16
2 <?php 17 * This library is free software; you can redistribute it and/or
3 /*! \file 18 * modify it under the terms of the GNU Lesser General Public
4 * This is the entry of extraction-interface. 19 * License as published by the Free Software Foundation; either
5 * index.php includes neccessary libraries and create a Loader to handle the controll and actions. 20 * version 3 of the License, or (at your option) any later version.
21 */
22 /*
23 * Author: Zoe Hong
24 * Version: 0.1
25 * Lastest updating date: 15.04.2015
6 */ 26 */
7 27
8 /* 28 /*! \file
9 * Author: Zoe Hong 29 * This is the entry of Extraction-interface.
10 * Version: 1.0 30 * index.php includes neccessary libraries and create a Loader to handle the controll and actions.
11 * Date: 15.04.2015 31 *
12 */ 32 */
33
13 34
14 header("Content-Type: text/html;charset=utf-8"); 35 header("Content-Type: text/html;charset=utf-8");
15 // system configiration 36 // system configiration
16 include_once('config/Lib_mb_utf8.php'); 37 include_once('config/Lib_mb_utf8.php');
17 include_once('config/config.php'); 38 include_once('config/config.php');