diff --git a/doc/rpm-build/egroupware-allapp.spec b/doc/rpm-build/egroupware-allapp.spec index e15886b707..5a73eb411d 100755 --- a/doc/rpm-build/egroupware-allapp.spec +++ b/doc/rpm-build/egroupware-allapp.spec @@ -79,7 +79,6 @@ cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{egwdirname} %{prefix}/%{egwdirname}/redirect.php %{prefix}/%{egwdirname}/set_box.php %{prefix}/%{egwdirname}/header.inc.php.template -%{prefix}/%{egwdirname}/version.inc.php %{prefix}/%{egwdirname}/index.php %{prefix}/%{egwdirname}/soap.php %{prefix}/%{egwdirname}/xmlrpc.php diff --git a/doc/rpm-build/egroupware.spec b/doc/rpm-build/egroupware.spec index 095afe2f6b..c1f53246da 100755 --- a/doc/rpm-build/egroupware.spec +++ b/doc/rpm-build/egroupware.spec @@ -371,7 +371,6 @@ cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{egwdirname} %{prefix}/%{egwdirname}/xmlrpc.php.old %{prefix}/%{egwdirname}/soap.php %{prefix}/%{egwdirname}/header.inc.php.template -%{prefix}/%{egwdirname}/version.inc.php %{prefix}/%{egwdirname}/index.php %{prefix}/%{egwdirname}/login.php %{prefix}/%{egwdirname}/logout.php diff --git a/setup/manageheader.php b/setup/manageheader.php index 4210a28a2e..431abec4eb 100644 --- a/setup/manageheader.php +++ b/setup/manageheader.php @@ -24,7 +24,6 @@ $GLOBALS['phpgw_info']['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header']; $GLOBALS['phpgw_info']['server']['versions']['phpgwapi'] = $setup_info['phpgwapi']['version']; unset($setup_info); - #include('../version.inc.php'); /* Fetch the current real path. * If this is in the server document root, then it is probably ok. diff --git a/version.inc.php b/version.inc.php deleted file mode 100644 index fdea3de329..0000000000 --- a/version.inc.php +++ /dev/null @@ -1,20 +0,0 @@ - * - * Joseph Engo * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; either version 2 of the License, or (at your * - * option) any later version. * - \**************************************************************************/ - - /* $Id$ */ - - /* - This is here only to aid in the header.inc.php update from .12 and earlier. - After this you can delete it. - */ -?>