mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
remove very old references to version.inc.php
This commit is contained in:
parent
186bb5c970
commit
11d6da18e0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -1,20 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare *
|
||||
* http://www.phpgroupware.org *
|
||||
* Written by Dan Kuykendall <seek3r@phpgroupware.org> *
|
||||
* Joseph Engo <jengo@phpgroupware.org> *
|
||||
* -------------------------------------------- *
|
||||
* 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.
|
||||
*/
|
||||
?>
|
Loading…
Reference in New Issue
Block a user