From e497f91aa22d33ea99f497e62ca595f93112075e Mon Sep 17 00:00:00 2001 From: Franck Villaume Date: Mon, 16 Apr 2018 19:48:07 +0200 Subject: [PATCH] move html.php into common. fix some random rpm errors --- src/{www => common}/include/html.php | 0 src/common/include/pre.php | 4 ++-- src/common/widget/Widget_MyArtifacts.class.php | 4 ++-- src/docs/README.Plugins | 2 +- src/docs/README.html-elements | 2 +- src/www/docman/index.php | 4 ++-- src/www/include/Layout.class.php | 4 ++-- src/www/pm/ganttpage.php | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) rename src/{www => common}/include/html.php (100%) diff --git a/src/www/include/html.php b/src/common/include/html.php similarity index 100% rename from src/www/include/html.php rename to src/common/include/html.php diff --git a/src/common/include/pre.php b/src/common/include/pre.php index 54cce1e942..cd81506aaf 100644 --- a/src/common/include/pre.php +++ b/src/common/include/pre.php @@ -5,7 +5,7 @@ * Copyright 1999-2001, VA Linux Systems * Copyright 2010, Roland Mas * Copyright (C) 2012 Alain Peyrat - Alcatel-Lucent - * Copyright 2013, Franck Villaume - TrivialDev + * Copyright 2013,2018, Franck Villaume - TrivialDev * * This file is part of FusionForge. FusionForge is free software; * you can redistribute it and/or modify it under the terms of the @@ -279,7 +279,7 @@ if (getenv('FUSIONFORGE_NO_DB') != 'true' and forge_get_config('database_name') require_once $gfwww.'include/Layout.class.php'; // Various HTML libs like button bar, themable - require_once $gfwww.'include/html.php'; + require_once $gfcommon.'include/html.php'; // Forms key generation require_once $gfcommon.'include/forms.php'; diff --git a/src/common/widget/Widget_MyArtifacts.class.php b/src/common/widget/Widget_MyArtifacts.class.php index 032c1d87a1..dc6284ef6f 100644 --- a/src/common/widget/Widget_MyArtifacts.class.php +++ b/src/common/widget/Widget_MyArtifacts.class.php @@ -1,7 +1,7 @@