Work on rpm package

This commit is contained in:
Laurent Destailleur
2011-08-03 01:43:26 +00:00
parent 11d2d82c20
commit b668c688dc
345 changed files with 1803 additions and 1870 deletions

View File

@@ -14,14 +14,13 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* \file htdocs/index.php
* \brief Dolibarr home page
* \version $Id: index.php,v 1.199 2011/07/30 10:23:24 eldy Exp $
* \version $Id: index.php,v 1.200 2011/07/31 23:19:05 eldy Exp $
*/
define('NOCSRFCHECK',1); // This is login page. We must be able to go on it from another web site.
@@ -574,7 +573,7 @@ if ($user->admin && empty($conf->global->MAIN_REMOVE_INSTALL_WARNING))
$db->close();
llxFooter('$Date: 2011/07/30 10:23:24 $ - $Revision: 1.199 $');
llxFooter('$Date: 2011/07/31 23:19:05 $ - $Revision: 1.200 $');
/**