From c67d7766d0238e2e862c8436b727666f7488a1af Mon Sep 17 00:00:00 2001 From: Jerome De Almeida Date: Wed, 1 Feb 2017 16:40:23 +0100 Subject: [PATCH] new license --- LICENSE.txt | 17 +++++++++++++++++ README.md | 6 ++---- public/index.php | 1 + 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 9abddca..22e3d14 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -214,6 +214,23 @@ This software might use third party components, acknowledged here by : Copyright (c) Tjarda Koster, https://jelloween.deviantart.com Used with permission +- PHPWord + + PHPWord, a pure PHP library for reading and writing word processing documents. + + Copyright (c) 2010-2016 PHPWord. + + PHPWord is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version 3 as published by + the Free Software Foundation. + + PHPWord is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License version 3 for more details. + + You should have received a copy of the GNU Lesser General Public License version 3 + along with PHPWord. If not, see . -------- diff --git a/README.md b/README.md index cd4a44a..884d933 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,9 @@ Create 2 databases: CREATE DATABASE monarc_cli; CREATE DATABASE monarc_common; -Change Sql Mode for each database: +Change Sql Mode in my.cnf: - SET SESSION sql_mode = 'MYSQL40'; - SET GLOBAL sql_mode = 'MYSQL40'; - + sql-mode = MYSQL40 Symbolics links --------------- diff --git a/public/index.php b/public/index.php index 2068bec..d4dddbe 100644 --- a/public/index.php +++ b/public/index.php @@ -3,6 +3,7 @@ * This makes our life easier when dealing with paths. Everything is relative * to the application root now. */ +phpinfo(); chdir(dirname(__DIR__)); // Decline static file requests back to the PHP built-in webserver