Fix: Avoid errors into rpm packages

This commit is contained in:
Laurent Destailleur 2011-07-31 22:21:57 +00:00
parent 3c5f83b8a4
commit e2c007305c
203 changed files with 575 additions and 778 deletions

View File

@ -14,8 +14,7 @@
* 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/>.
*
* ATTENTION DE PAS EXECUTER CE SCRIPT SUR UNE INSTALLATION DE PRODUCTION
*/
@ -23,7 +22,7 @@
/**
\file htdocs/dev/generate-commande.php
\brief Script de generation de donnees aleatoires pour les commandes
\version $Id: generate-commande.php,v 1.17 2011/07/09 14:11:40 eldy Exp $
\version $Id: generate-commande.php,v 1.18 2011/07/31 22:21:57 eldy Exp $
*/
// Test si mode batch

View File

@ -13,8 +13,7 @@
* 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/>.
*
* ATTENTION DE PAS EXECUTER CE SCRIPT SUR UNE INSTALLATION DE PRODUCTION
*/
@ -22,7 +21,7 @@
/**
* \file htdocs/dev/generate-facture.php
* \brief Script de generation de donnees aleatoires pour les factures
* \version $Id: generate-facture.php,v 1.14 2011/07/09 14:11:40 eldy Exp $
* \version $Id: generate-facture.php,v 1.15 2011/07/31 22:21:57 eldy Exp $
*/
// Test si mode batch

View File

@ -14,8 +14,7 @@
* 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/>.
*
* ATTENTION DE PAS EXECUTER CE SCRIPT SUR UNE INSTALLATION DE PRODUCTION
*/
@ -23,7 +22,7 @@
/**
* \file htdocs/dev/generate-produit.php
* \brief Script de generation de donnees aleatoires pour les produits
* \version $Id: generate-produit.php,v 1.16 2011/07/09 14:11:40 eldy Exp $
* \version $Id: generate-produit.php,v 1.17 2011/07/31 22:21:57 eldy Exp $
*/
// Test si mode batch

View File

@ -14,8 +14,7 @@
* 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/>.
*
* ATTENTION DE PAS EXECUTER CE SCRIPT SUR UNE INSTALLATION DE PRODUCTION
*/
@ -23,7 +22,7 @@
/**
* \file htdocs/dev/generate-propale.php
* \brief Script de generation de donnees aleatoires pour les propales
* \version $Id: generate-propale.php,v 1.15 2011/07/09 14:11:40 eldy Exp $
* \version $Id: generate-propale.php,v 1.16 2011/07/31 22:21:57 eldy Exp $
*/
// Test si mode batch

View File

@ -14,8 +14,7 @@
* 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/>.
*
* ATTENTION DE PAS EXECUTER CE SCRIPT SUR UNE INSTALLATION DE PRODUCTION
*/
@ -23,7 +22,7 @@
/**
* \file htdocs/dev/generate-societe.php
* \brief Script de generation de donnees aleatoires pour les societes
* \version $Id: generate-societe.php,v 1.16 2011/07/09 14:11:40 eldy Exp $
* \version $Id: generate-societe.php,v 1.17 2011/07/31 22:21:57 eldy Exp $
*/
// Test si mode batch

View File

@ -13,14 +13,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 dev/samples/manage_order.php
* \brief This file is an example for a command line script
* \version $Id: create_invoice.php,v 1.5 2011/07/09 14:11:41 eldy Exp $
* \version $Id: create_invoice.php,v 1.6 2011/07/31 22:21:59 eldy Exp $
* \author Put author name here
* \remarks Put here some comments
*/
@ -36,7 +35,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.5 $';
$version='$Revision: 1.6 $';
$error=0;

View File

@ -13,14 +13,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 dev/samples/manage_order.php
* \brief This file is an example for a command line script
* \version $Id: create_order.php,v 1.9 2011/07/09 14:11:41 eldy Exp $
* \version $Id: create_order.php,v 1.10 2011/07/31 22:21:59 eldy Exp $
* \author Put author name here
* \remarks Put here some comments
*/
@ -36,7 +35,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.9 $';
$version='$Revision: 1.10 $';
$error=0;

View File

@ -13,14 +13,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 dev/samples/create_product.php
* \brief This file is an example for a command line script
* \version $Id: create_product.php,v 1.8 2011/07/09 14:11:41 eldy Exp $
* \version $Id: create_product.php,v 1.9 2011/07/31 22:21:59 eldy Exp $
* \author Put author name here
* \remarks Put here some comments
*/
@ -36,7 +35,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.8 $';
$version='$Revision: 1.9 $';
$error=0;

View File

@ -1,6 +1,6 @@
#!/usr/bin/php
<?php
/* Copyright (C) 2008-2010 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2008-2011 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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
@ -13,15 +13,14 @@
* 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 dev/skeletons/build_class_from_table.php
* \ingroup core
* \brief Create a complete class file from a table in database
* \version $Id: build_class_from_table.php,v 1.32 2011/07/09 14:11:40 eldy Exp $
* \version $Id: build_class_from_table.php,v 1.33 2011/07/31 22:21:58 eldy Exp $
*/
$sapi_type = php_sapi_name();
@ -39,7 +38,7 @@ require_once($path."../../htdocs/master.inc.php");
// After this $db is a defined handler to database.
// Main
$version='$Revision: 1.32 $';
$version='$Revision: 1.33 $';
@set_time_limit(0);
$error=0;

View File

@ -13,15 +13,14 @@
* 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 dev/skeletons/build_webservice_from_class.php
* \ingroup core
* \brief Create a complete webservice file from CRUD functions of a PHP class
* \version $Id: build_webservice_from_class.php,v 1.6 2011/07/09 14:11:40 eldy Exp $
* \version $Id: build_webservice_from_class.php,v 1.7 2011/07/31 22:21:58 eldy Exp $
*/
$sapi_type = php_sapi_name();
@ -39,7 +38,7 @@ require_once($path."../../htdocs/master.inc.php");
// After this $db is a defined handler to database.
// Main
$version='$Revision: 1.6 $';
$version='$Revision: 1.7 $';
@set_time_limit(0);
$error=0;

View File

@ -14,8 +14,7 @@
* 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/>.
*/
/**
@ -28,7 +27,7 @@
* \file htdocs/includes/modules/modMyModule.class.php
* \ingroup mymodule
* \brief Description and activation file for module MyModule
* \version $Id$
* \version $Id: modMyModule.class.php,v 1.66 2011/07/31 22:21:58 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");

View File

@ -13,15 +13,14 @@
* 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 dev/skeletons/skeleton_class.class.php
* \ingroup mymodule othermodule1 othermodule2
* \brief This file is an example for a CRUD class file (Create/Read/Update/Delete)
* \version $Id$
* \version $Id: skeleton_class.class.php,v 1.32 2011/07/31 22:21:58 eldy Exp $
* \author Put author name here
* \remarks Put here some comments
*/

View File

@ -13,15 +13,14 @@
* 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 dev/skeletons/skeleton_page.php
* \ingroup mymodule othermodule1 othermodule2
* \brief This file is an example of a php page
* \version $Id$
* \version $Id: skeleton_page.php,v 1.19 2011/07/31 22:21:57 eldy Exp $
* \author Put author name here
* \remarks Put here some comments
*/
@ -114,5 +113,5 @@ $somethingshown=$myobject->showLinkedObjectBlock();
// End of page
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:21:57 $ - $Revision: 1.19 $');
?>

View File

@ -14,15 +14,14 @@
* 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 dev/skeletons/skeleton_script.php
* \ingroup mymodule othermodule1 othermodule2
* \brief This file is an example for a command line script
* \version $Id: skeleton_script.php,v 1.27 2011/07/09 14:11:41 eldy Exp $
* \version $Id: skeleton_script.php,v 1.28 2011/07/31 22:21:58 eldy Exp $
* \author Put author name here
* \remarks Put here some comments
*/
@ -38,7 +37,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.27 $';
$version='$Revision: 1.28 $';
$error=0;

View File

@ -13,15 +13,14 @@
* 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 dev/translation/autotranslator.php
* \ingroup mymodule othermodule1 othermodule2
* \brief This file is an example for a command line script
* \version $Id: autotranslator.php,v 1.12 2011/07/09 14:11:41 eldy Exp $
* \version $Id: autotranslator.php,v 1.13 2011/07/31 22:21:59 eldy Exp $
* \author Put author name here
* \remarks Put here some comments
*/
@ -45,7 +44,7 @@ require_once($path.'../../htdocs/lib/files.lib.php');
$langs->load("main");
// Global variables
$version='$Revision: 1.12 $';
$version='$Revision: 1.13 $';
$error=0;

View File

@ -14,15 +14,14 @@
* 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/adherents/card_subscriptions.php
* \ingroup member
* \brief Onglet d'ajout, edition, suppression des adhesions d'un adherent
* \version $Id$
* \version $Id: card_subscriptions.php,v 1.79 2011/07/31 22:23:28 eldy Exp $
*/
require("../main.inc.php");
@ -996,5 +995,5 @@ else
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.79 $');
?>

View File

@ -14,15 +14,14 @@
* 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/adherents/cotisations.php
* \ingroup member
* \brief Page de consultation et insertion d'une cotisation
* \version $Id$
* \version $Id: cotisations.php,v 1.58 2011/07/31 22:23:28 eldy Exp $
*/
require("../main.inc.php");
@ -229,5 +228,5 @@ else
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.58 $');
?>

View File

@ -15,15 +15,14 @@
* 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/adherents/document.php
* \brief Tab for documents linked to third party
* \ingroup societe
* \version $Id: document.php,v 1.8 2011/07/06 20:56:50 eldy Exp $
* \version $Id: document.php,v 1.9 2011/07/31 22:23:28 eldy Exp $
*/
require("../main.inc.php");
@ -231,6 +230,6 @@ else
$db->close();
llxFooter('$Date: 2011/07/06 20:56:50 $ - $Revision: 1.8 $');
llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.9 $');
?>

View File

@ -15,15 +15,14 @@
* 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/adherents/fiche.php
* \ingroup member
* \brief Page of member
* \version $Id: fiche.php,v 1.237 2011/07/13 11:50:33 eldy Exp $
* \version $Id: fiche.php,v 1.238 2011/07/31 22:23:27 eldy Exp $
*/
require("../main.inc.php");
@ -1505,5 +1504,5 @@ if ($rowid && $action != 'edit')
$db->close();
llxFooter('$Date: 2011/07/13 11:50:33 $ - $Revision: 1.237 $');
llxFooter('$Date: 2011/07/31 22:23:27 $ - $Revision: 1.238 $');
?>

View File

@ -12,15 +12,14 @@
* 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/adherents/fiche_subscription.php
* \ingroup member
* \brief Page d'ajout, edition, suppression d'une fiche adh<EFBFBD>sion
* \version $Id$
* \version $Id: fiche_subscription.php,v 1.30 2011/07/31 22:23:28 eldy Exp $
*/
require("../main.inc.php");
@ -393,5 +392,5 @@ if ($rowid && $action != 'edit')
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.30 $');
?>

View File

@ -14,8 +14,7 @@
* 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/>.
*/
/**
@ -23,7 +22,7 @@
* \ingroup member
* \brief Page d'export htpasswd du fichier des adherents
* \author Rodolphe Quiedeville
* \version $Id$
* \version $Id: htpasswd.php,v 1.15 2011/07/31 22:23:28 eldy Exp $
*/
require("../main.inc.php");
@ -82,5 +81,5 @@ else
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.15 $');
?>

View File

@ -14,8 +14,7 @@
* 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/>.
*/
/**
@ -345,5 +344,5 @@ print '</table>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.72 $');
?>

View File

@ -13,15 +13,14 @@
* 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/adherents/info.php
* \ingroup member
* \brief Page des informations d'un adherent
* \version $Id$
* \version $Id: info.php,v 1.15 2011/07/31 22:23:28 eldy Exp $
*/
require("../main.inc.php");
@ -63,5 +62,5 @@ print '</div>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.15 $');
?>

View File

@ -13,15 +13,14 @@
* 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/adherents/info.php
* \ingroup member
* \brief Page des informations d'un adherent
* \version $Id$
* \version $Id: info_subscription.php,v 1.12 2011/07/31 22:23:28 eldy Exp $
*/
require("../main.inc.php");
@ -81,5 +80,5 @@ print '</div>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.12 $');
?>

View File

@ -13,15 +13,14 @@
* 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/adherents/ldap.php
* \ingroup ldap member
* \brief Page fiche LDAP adherent
* \version $Id$
* \version $Id: ldap.php,v 1.32 2011/07/31 22:23:27 eldy Exp $
*/
require("../main.inc.php");
@ -233,5 +232,5 @@ print '</table>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:27 $ - $Revision: 1.32 $');
?>

View File

@ -14,15 +14,14 @@
* 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/adherents/liste.php
* \ingroup member
* \brief Page to list all members of foundation
* \version $Id$
* \version $Id: liste.php,v 1.84 2011/07/31 22:23:28 eldy Exp $
*/
require("../main.inc.php");
@ -347,5 +346,5 @@ else
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.84 $');
?>

View File

@ -13,15 +13,14 @@
* 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/adherents/note.php
* \ingroup member
* \brief Fiche de notes sur un adherent
* \version $Id$
* \version $Id: note.php,v 1.29 2011/07/31 22:23:28 eldy Exp $
*/
require("../main.inc.php");
@ -179,5 +178,5 @@ if ($id)
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.29 $');
?>

View File

@ -15,15 +15,14 @@
* 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/adherents/type.php
* \ingroup member
* \brief Page de configuration des types d'adherents
* \version $Id: type.php,v 1.69 2011/06/26 21:03:44 eldy Exp $
* \version $Id: type.php,v 1.70 2011/07/31 22:23:27 eldy Exp $
*/
require("../main.inc.php");
@ -637,5 +636,5 @@ if ($rowid > 0)
$db->close();
llxFooter('$Date: 2011/06/26 21:03:44 $ - $Revision: 1.69 $');
llxFooter('$Date: 2011/07/31 22:23:27 $ - $Revision: 1.70 $');
?>

View File

@ -13,15 +13,14 @@
* 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/admin/accounting.php
* \ingroup accounting
* \brief Page de configuration du module comptabilite expert
* \version $Id$
* \version $Id: accounting.php,v 1.3 2011/07/31 22:23:26 eldy Exp $
*/
require("../main.inc.php");
@ -169,6 +168,6 @@ if ($result)
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:26 $ - $Revision: 1.3 $');
?>

View File

@ -13,15 +13,14 @@
* 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/admin/agenda.php
* \ingroup agenda
* \brief Autocreate actions for agenda module setup page
* \version $Id$
* \version $Id: agenda.php,v 1.23 2011/07/31 22:23:23 eldy Exp $
*/
require("../main.inc.php");
@ -160,5 +159,5 @@ print "<br>";
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:23 $ - $Revision: 1.23 $');
?>

View File

@ -13,15 +13,14 @@
* 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/admin/agenda_extsites.php
* \ingroup agenda
* \brief Page to setup external calendars for agenda module
* \version $Id$
* \version $Id: agenda_extsites.php,v 1.9 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@ -193,5 +192,5 @@ dol_htmloutput_mesg($mesg);
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.9 $');
?>

View File

@ -12,15 +12,14 @@
* 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/admin/agenda_xcal.php
* \ingroup agenda
* \brief Page to setup miscellaneous options of agenda module
* \version $Id$
* \version $Id: agenda_xcal.php,v 1.23 2011/07/31 22:23:25 eldy Exp $
*/
require("../main.inc.php");
@ -150,5 +149,5 @@ print info_admin($message);
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:25 $ - $Revision: 1.23 $');
?>

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/admin/boxes.php
* \brief Page to setup boxes
* \version $Id$
* \version $Id: boxes.php,v 1.72 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -471,5 +470,5 @@ print '</table>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.72 $');
?>

View File

@ -13,15 +13,14 @@
* 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/admin/clicktodial.php
* \ingroup clicktodial
* \brief Page to setup module clicktodial
* \version $Id$
* \version $Id: clicktodial.php,v 1.24 2011/07/31 22:23:24 eldy Exp $
*/
require("../main.inc.php");
@ -96,5 +95,5 @@ print '</table></form>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:24 $ - $Revision: 1.24 $');
?>

View File

@ -18,15 +18,14 @@
* 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/admin/commande.php
* \ingroup commande
* \brief Setup page of module Order
* \version $Id$
* \version $Id: commande.php,v 1.75 2011/07/31 22:23:25 eldy Exp $
*/
require("../main.inc.php");
@ -522,5 +521,5 @@ print '</table>';
print '<br>';
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:25 $ - $Revision: 1.75 $');
?>

View File

@ -15,15 +15,14 @@
* 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/admin/company.php
* \ingroup company
* \brief Setup page to configure company/foundation
* \version $Id: company.php,v 1.93 2011/07/18 18:09:04 eldy Exp $
* \version $Id: company.php,v 1.94 2011/07/31 22:23:24 eldy Exp $
*/
require("../main.inc.php");
@ -983,6 +982,6 @@ else
$db->close();
llxFooter('$Date: 2011/07/18 18:09:04 $ - $Revision: 1.93 $');
llxFooter('$Date: 2011/07/31 22:23:24 $ - $Revision: 1.94 $');
?>

View File

@ -14,15 +14,14 @@
* 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/admin/compta.php
* \ingroup compta
* \brief Page to setup accountancy module
* \version $Id$
* \version $Id: compta.php,v 1.33 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -187,5 +186,5 @@ if ($num)
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.33 $');
?>

View File

@ -14,15 +14,14 @@
* 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/admin/confexped.php
* \ingroup produit
* \brief Page to setup sending module
* \version $Id$
* \version $Id: confexped.php,v 1.22 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");

View File

@ -14,15 +14,14 @@
* 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/admin/const.php
* \ingroup setup
* \brief Admin page to define miscellaneous constants
* \version $Id$
* \version $Id: const.php,v 1.70 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@ -280,5 +279,5 @@ print "</form>\n";
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.70 $');
?>

View File

@ -12,15 +12,14 @@
* 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/admin/contract.php
* \ingroup contract
* \brief Setup page of module Contracts
* \version $Id$
* \version $Id: contract.php,v 1.5 2011/07/31 22:23:25 eldy Exp $
*/
require("../main.inc.php");
@ -174,5 +173,5 @@ if (is_resource($handle))
print '</table><br>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:25 $ - $Revision: 1.5 $');
?>

View File

@ -15,14 +15,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/admin/delais.php
* \brief Page to setup late delays
* \version $Id$
* \version $Id: delais.php,v 1.32 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@ -372,5 +371,5 @@ print '</table>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.32 $');
?>

View File

@ -17,15 +17,14 @@
* 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/admin/dict.php
* \ingroup setup
* \brief Page to administer data tables
* \version $Id: dict.php,v 1.145 2011/06/25 09:50:56 eldy Exp $
* \version $Id: dict.php,v 1.146 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -897,7 +896,7 @@ print '<br>';
$db->close();
llxFooter('$Date: 2011/06/25 09:50:56 $ - $Revision: 1.145 $');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.146 $');
/**

View File

@ -12,15 +12,14 @@
* 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/admin/dons.php
* \ingroup dons
* \brief Page d'administration/configuration du module Dons
* \version $Id$
* \version $Id: dons.php,v 1.26 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php");
@ -276,5 +275,5 @@ print "<br>";
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.26 $');
?>

View File

@ -12,15 +12,14 @@
* 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/admin/events.php
* \ingroup core
* \brief Log event setup page
* \version $Id: events.php,v 1.20 2011/07/18 23:30:56 eldy Exp $
* \version $Id: events.php,v 1.21 2011/07/31 22:23:24 eldy Exp $
*/
require("../main.inc.php");
@ -124,5 +123,5 @@ dol_htmloutput_mesg($mesg);
$db->close();
llxFooter('$Date: 2011/07/18 23:30:56 $ - $Revision: 1.20 $');
llxFooter('$Date: 2011/07/31 22:23:24 $ - $Revision: 1.21 $');
?>

View File

@ -18,15 +18,14 @@
* 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/admin/expedition.php
* \ingroup expedition
* \brief Page d'administration/configuration du module Expedition
* \version $Id$
* \version $Id: expedition.php,v 1.70 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");

View File

@ -17,15 +17,14 @@
* 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/admin/external_rss.php
* \ingroup external_rss
* \brief Page d'administration/configuration du module ExternalRss
* \version $Id$
* \version $Id: external_rss.php,v 1.48 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@ -317,5 +316,5 @@ print '</table>'."\n";
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.48 $');
?>

View File

@ -16,15 +16,14 @@
* 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/admin/facture.php
* \ingroup facture
* \brief Page to setup invoice module
* \version $Id$
* \version $Id: facture.php,v 1.150 2011/07/31 22:23:25 eldy Exp $
*/
require("../main.inc.php");
@ -719,5 +718,5 @@ print "</table>\n";
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:25 $ - $Revision: 1.150 $');
?>

View File

@ -13,17 +13,16 @@
* 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/>.
*
* $Id$
* $Id: fckeditor.php,v 1.32 2011/07/31 22:23:24 eldy Exp $
*/
/**
* \file htdocs/admin/fckeditor.php
* \ingroup fckeditor
* \brief Page d'activation du module FCKeditor dans les autres modules
* \version $Revision$
* \version $Revision: 1.32 $
*/
require("../main.inc.php");
@ -176,5 +175,5 @@ print $conf->global->FCKEDITOR_TEST;
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:24 $ - $Revision: 1.32 $');
?>

View File

@ -17,15 +17,14 @@
* 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/admin/fichinter.php
* \ingroup fichinter
* \brief Setup page of module Interventions
* \version $Id$
* \version $Id: fichinter.php,v 1.62 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -453,5 +452,5 @@ print '<br>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.62 $');
?>

View File

@ -18,15 +18,14 @@
* 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/admin/fournisseur.php
* \ingroup fournisseur
* \brief Page d'administration-configuration du module Fournisseur
* \version $Id$
* \version $Id: fournisseur.php,v 1.63 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@ -618,5 +617,5 @@ print '<input type="submit" class="button" value="'.$langs->trans("Modify").'">'
print "</td></tr>\n";
print '</form>';
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.63 $');
?>

View File

@ -12,15 +12,14 @@
* 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/admin/geoipmaxmind.php
* \ingroup geoipmaxmind
* \brief Setup page for geoipmaxmind module
* \version $Id$
* \version $Id: geoipmaxmind.php,v 1.3 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -128,5 +127,5 @@ if ($geoip)
$geoip->close();
}
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.3 $');
?>

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/admin/ihm.php
* \brief Page to setup GUI display options
* \version $Id$
* \version $Id: ihm.php,v 1.130 2011/07/31 22:23:24 eldy Exp $
*/
require("../main.inc.php");
@ -527,5 +526,5 @@ else // Show
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:24 $ - $Revision: 1.130 $');
?>

View File

@ -13,14 +13,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/admin/index.php
* \brief Page d'accueil de l'espace administration/configuration
* \version $Id$
* \version $Id: index.php,v 1.83 2011/07/31 22:23:25 eldy Exp $
*/
require("../main.inc.php");
@ -85,5 +84,5 @@ print '</table>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:25 $ - $Revision: 1.83 $');
?>

View File

@ -16,15 +16,14 @@
* 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/admin/ldap.php
* \ingroup ldap
* \brief Page d'administration/configuration du module Ldap
* \version $Id$
* \version $Id: ldap.php,v 1.84 2011/07/31 22:23:24 eldy Exp $
*/
require("../main.inc.php");
@ -320,5 +319,5 @@ if (function_exists("ldap_connect"))
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:24 $ - $Revision: 1.84 $');
?>

View File

@ -16,15 +16,14 @@
* 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/admin/ldap_contacts.php
* \ingroup ldap
* \brief Page d'administration/configuration du module Ldap
* \version $Id$
* \version $Id: ldap_contacts.php,v 1.38 2011/07/31 22:23:26 eldy Exp $
*/
require("../main.inc.php");
@ -324,6 +323,6 @@ if (function_exists("ldap_connect"))
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:26 $ - $Revision: 1.38 $');
?>

View File

@ -16,15 +16,14 @@
* 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/admin/ldap_groups.php
* \ingroup ldap
* \brief Page to setup LDAP synchronization for groups
* \version $Id$
* \version $Id: ldap_groups.php,v 1.34 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -249,5 +248,5 @@ if (function_exists("ldap_connect"))
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.34 $');
?>

View File

@ -16,15 +16,14 @@
* 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/admin/ldap_members.php
* \ingroup ldap member
* \brief Page d'administration/configuration du module Ldap adherent
* \version $Id$
* \version $Id: ldap_members.php,v 1.35 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -432,5 +431,5 @@ if (function_exists("ldap_connect"))
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.35 $');
?>

View File

@ -16,15 +16,14 @@
* 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/admin/ldap_users.php
* \ingroup ldap
* \brief Page d'administration/configuration du module Ldap
* \version $Id$
* \version $Id: ldap_users.php,v 1.37 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -341,5 +340,5 @@ if (function_exists("ldap_connect"))
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.37 $');
?>

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/admin/limits.php
* \brief Page de configuration des limites
* \version $Id$
* \version $Id: limits.php,v 1.22 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@ -210,5 +209,5 @@ print " &nbsp; -> &nbsp; ".$langs->trans("TotalPriceAfterRounding").": ".$tmparr
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.22 $');
?>

View File

@ -17,15 +17,14 @@
* 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/admin/livraison.php
* \ingroup livraison
* \brief Page d'administration/configuration du module Livraison
* \version $Id$
* \version $Id: livraison.php,v 1.57 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php");

View File

@ -13,15 +13,14 @@
* 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/admin/mailing.php
* \ingroup mailing
* \brief Page to setup emailing module
* \version $Id$
* \version $Id: mailing.php,v 1.14 2011/07/31 22:23:25 eldy Exp $
*/
require("../main.inc.php");
@ -96,6 +95,6 @@ print '</table></form>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:25 $ - $Revision: 1.14 $');
?>

View File

@ -13,14 +13,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/admin/mails.php
* \brief Page to setup emails sending
* \version $Id: mails.php,v 1.74 2011/07/20 13:01:04 eldy Exp $
* \version $Id: mails.php,v 1.75 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -747,5 +746,5 @@ else
$db->close();
llxFooter('$Date: 2011/07/20 13:01:04 $ - $Revision: 1.74 $');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.75 $');
?>

View File

@ -14,15 +14,14 @@
* 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/admin/menus.php
* \ingroup core
* \brief Page to setup menu manager to use
* \version $Id$
* \version $Id: menus.php,v 1.51 2011/07/31 22:23:23 eldy Exp $
*/
require("../main.inc.php");
@ -249,5 +248,5 @@ if (! isset($_GET["action"]) || $_GET["action"] != 'edit')
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:23 $ - $Revision: 1.51 $');
?>

View File

@ -14,15 +14,14 @@
* 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/admin/menus/edit.php
* \ingroup core
* \brief Tool to edit menus
* \version $Id$
* \version $Id: edit.php,v 1.42 2011/07/31 22:23:15 eldy Exp $
*/
require("../../main.inc.php");
@ -419,5 +418,5 @@ elseif (isset($_GET["action"]) && $_GET["action"] == 'edit')
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.42 $');
?>

View File

@ -14,15 +14,14 @@
* 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/admin/menus/index.php
* \ingroup core
* \brief Index page for menu editor
* \version $Id$
* \version $Id: index.php,v 1.45 2011/07/31 22:23:15 eldy Exp $
*/
require("../../main.inc.php");
@ -343,4 +342,4 @@ $db->close();
print '<br>';
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.45 $');

View File

@ -12,14 +12,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/admin/menus/menu.js.php
* \brief File for js menu
* \version $Id$
* \version $Id: menu.js.php,v 1.9 2011/07/31 22:23:15 eldy Exp $
*/

View File

@ -12,15 +12,14 @@
* 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/admin/menus/other.php
* \ingroup core
* \brief Menus options setup
* \version $Id$
* \version $Id: other.php,v 1.6 2011/07/31 22:23:15 eldy Exp $
*/
require("../../main.inc.php");
@ -143,5 +142,5 @@ print '</table>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.6 $');
?>

View File

@ -16,14 +16,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/admin/modules.php
* \brief Page to activate/disable all modules
* \version $Id$
* \version $Id: modules.php,v 1.156 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -450,5 +449,5 @@ print '</div>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.156 $');
?>

View File

@ -13,15 +13,14 @@
* 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/admin/notification.php
* \ingroup notification
* \brief Page to setup notification module
* \version $Id$
* \version $Id: notification.php,v 1.13 2011/07/31 22:23:25 eldy Exp $
*/
require("../main.inc.php");
@ -122,6 +121,6 @@ print '</table>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:25 $ - $Revision: 1.13 $');
?>

View File

@ -12,15 +12,14 @@
* 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/admin/osc-languages.php
* \ingroup boutique
* \brief Page d'administration/configuration du module Boutique
* \version $Id$
* \version $Id: osc-languages.php,v 1.16 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -90,5 +89,5 @@ print "</TABLE>";
$db->close();
llxFooter("<em>Derni&egrave;re modification $Date$ r&eacute;vision $Revision$</em>");
llxFooter("<em>Derni&egrave;re modification $Date: 2011/07/31 22:23:22 $ r&eacute;vision $Revision: 1.16 $</em>");
?>

View File

@ -14,15 +14,14 @@
* 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/admin/perms.php
* \ingroup core
* \brief Page d'administration/configuration des permissions par defaut
* \version $Id$
* \version $Id: perms.php,v 1.42 2011/07/31 22:23:26 eldy Exp $
*/
require("../main.inc.php");
@ -195,5 +194,5 @@ print '</div>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:26 $ - $Revision: 1.42 $');
?>

View File

@ -15,15 +15,14 @@
* 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/admin/prelevement.php
* \ingroup prelevement
* \brief Page configuration des prelevements
* \version $Id$
* \version $Id: prelevement.php,v 1.18 2011/07/31 22:23:25 eldy Exp $
*/
require('../main.inc.php');
@ -246,5 +245,5 @@ print '</form>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:25 $ - $Revision: 1.18 $');
?>

View File

@ -12,15 +12,14 @@
* 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/admin/project.php
* \ingroup project
* \brief Page d'administration-configuration du module Projet
* \version $Id$
* \version $Id: project.php,v 1.14 2011/07/31 22:23:25 eldy Exp $
*/
require("../main.inc.php");
@ -380,5 +379,5 @@ if (is_resource($handle))
print '</table><br/>';
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:25 $ - $Revision: 1.14 $');
?>

View File

@ -18,15 +18,14 @@
* 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/admin/propale.php
* \ingroup propale
* \brief Page d'administration/configuration du module Propale
* \version $Id$
* \version $Id: propale.php,v 1.108 2011/07/31 22:23:25 eldy Exp $
*/
require("../main.inc.php");
@ -544,5 +543,5 @@ print "</table>\n<br>";
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:25 $ - $Revision: 1.108 $');
?>

View File

@ -12,15 +12,14 @@
* 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/admin/proxy.php
* \ingroup core
* \brief Page setup proxy to use for external web access
* \version $Id: proxy.php,v 1.6 2011/07/29 21:04:27 eldy Exp $
* \version $Id: proxy.php,v 1.7 2011/07/31 22:23:24 eldy Exp $
*/
require("../main.inc.php");
@ -206,5 +205,5 @@ dol_htmloutput_mesg($mesg);
$db->close();
llxFooter('$Date: 2011/07/29 21:04:27 $ - $Revision: 1.6 $');
llxFooter('$Date: 2011/07/31 22:23:24 $ - $Revision: 1.7 $');
?>

View File

@ -13,15 +13,14 @@
* 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/admin/security.php
* \ingroup setup
* \brief Page de configuration du module securite
* \version $Id$
* \version $Id: security.php,v 1.56 2011/07/31 22:23:24 eldy Exp $
*/
require("../main.inc.php");
@ -432,5 +431,5 @@ print '</div>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:24 $ - $Revision: 1.56 $');
?>

View File

@ -13,15 +13,14 @@
* 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/admin/security_other.php
* \ingroup core
* \brief Security options setup
* \version $Id: security_other.php,v 1.40 2011/07/29 21:04:27 eldy Exp $
* \version $Id: security_other.php,v 1.41 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -348,5 +347,5 @@ $formfile->form_attach_new_file(DOL_URL_ROOT.'/admin/security_other.php',$langs-
$db->close();
llxFooter('$Date: 2011/07/29 21:04:27 $ - $Revision: 1.40 $');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.41 $');
?>

View File

@ -13,14 +13,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/admin/sms.php
* \brief Page to setup emails sending
* \version $Id: sms.php,v 1.8 2011/07/18 11:31:54 eldy Exp $
* \version $Id: sms.php,v 1.9 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
@ -347,5 +346,5 @@ else
$db->close();
llxFooter('$Date: 2011/07/18 11:31:54 $ - $Revision: 1.8 $');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.9 $');
?>

View File

@ -15,15 +15,14 @@
* 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/admin/societe.php
* \ingroup company
* \brief Third party module setup page
* \version $Id: societe.php,v 1.60 2011/07/04 07:38:22 eldy Exp $
* \version $Id: societe.php,v 1.61 2011/07/31 22:23:23 eldy Exp $
*/
require("../main.inc.php");
@ -499,5 +498,5 @@ dol_fiche_end();
$db->close();
llxFooter('$Date: 2011/07/04 07:38:22 $ - $Revision: 1.60 $');
llxFooter('$Date: 2011/07/31 22:23:23 $ - $Revision: 1.61 $');
?>

View File

@ -14,15 +14,14 @@
* 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/admin/societe_extrafields.php
* \ingroup societe
* \brief Page to setup extra fields of third party
* \version $Id: societe_extrafields.php,v 1.5 2011/07/05 20:43:25 eldy Exp $
* \version $Id: societe_extrafields.php,v 1.6 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@ -312,5 +311,5 @@ if ($_GET["attrname"] && $action == 'edit')
$db->close();
llxFooter('$Date: 2011/07/05 20:43:25 $ - $Revision: 1.5 $');
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.6 $');
?>

View File

@ -14,15 +14,14 @@
* 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/admin/stock.php
* \ingroup stock
* \brief Page d'administration/configuration du module gestion de stock
* \version $Id$
* \version $Id: stock.php,v 1.24 2011/07/31 22:23:22 eldy Exp $
*/
require("../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php");
@ -239,5 +238,5 @@ if ($conf->fournisseur->enabled)
print '</table>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:22 $ - $Revision: 1.24 $');
?>

View File

@ -14,15 +14,14 @@
* 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/admin/syslog.php
* \ingroup syslog
* \brief Setup page for syslog module
* \version $Id$
* \version $Id: syslog.php,v 1.32 2011/07/31 22:23:26 eldy Exp $
*/
require("../main.inc.php");
@ -165,5 +164,5 @@ print '</td></tr>';
print '</table>';
print "</form>\n";
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:26 $ - $Revision: 1.32 $');
?>

View File

@ -16,14 +16,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/admin/system/about.php
* \brief About Dolibarr File page
* \version $Id$
* \version $Id: about.php,v 1.5 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -123,7 +122,7 @@ print '</form>';
print '</ul>';
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.5 $');
?>

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/admin/system/constall.php
* \brief Page to show all Dolibarr setup (config file and database constants)
* \version $Id: constall.php,v 1.23 2011/07/30 10:23:26 eldy Exp $
* \version $Id: constall.php,v 1.24 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");

View File

@ -15,14 +15,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/admin/system/database-tables-contraintes.php
* \brief Page d'info des contraintes de la base
* \version $Id$
* \version $Id: database-tables-contraintes.php,v 1.17 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -117,5 +116,5 @@ else
print '</table>';
}
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.17 $');
?>

View File

@ -15,14 +15,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/admin/system/database-tables.php
* \brief Page d'infos des tables de la base
* \version $Id$
* \version $Id: database-tables.php,v 1.17 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -170,5 +169,5 @@ else
}
}
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.17 $');
?>

View File

@ -15,14 +15,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/admin/system/database.php
* \brief Page with system information of database
* \version $Id$
* \version $Id: database.php,v 1.28 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -137,5 +136,5 @@ else
}
}
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.28 $');
?>

View File

@ -15,14 +15,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/admin/system/dbtable.php
* \brief Page d'info des contraintes d'une table
* \version $Id$
* \version $Id: dbtable.php,v 1.12 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -133,5 +132,5 @@ else
}
}
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.12 $');
?>

View File

@ -13,14 +13,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/admin/system/dolibarr.php
* \brief Page to show Dolibarr informations
* \version $Id: dolibarr.php,v 1.58 2011/07/13 13:15:17 eldy Exp $
* \version $Id: dolibarr.php,v 1.59 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -213,5 +212,5 @@ print '<tr '.$bc[$var].'><td width="300">=> '.$langs->trans("File encoding").'</
print '</table>';
print '<br>';
llxFooter('$Date: 2011/07/13 13:15:17 $ - $Revision: 1.58 $');
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.59 $');
?>

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/admin/system/index.php
* \brief Home page of system information
* \version $Id: index.php,v 1.48 2011/07/27 23:50:52 eldy Exp $
* \version $Id: index.php,v 1.49 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -127,5 +126,5 @@ print '<br>';
print info_admin($langs->trans("SystemInfoDesc")).'<br>';
llxFooter('$Date: 2011/07/27 23:50:52 $ - $Revision: 1.48 $');
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.49 $');
?>

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/admin/system/modules.php
* \brief File to list all Dolibarr modules
* \version $Id$
* \version $Id: modules.php,v 1.15 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -132,5 +131,5 @@ foreach($rights_ids as $right_id)
$old = $right_id;
}
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.15 $');
?>

View File

@ -13,14 +13,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/admin/system/os.php
* \brief Page des infos systeme de l'OS
* \version $Id$
* \version $Id: os.php,v 1.14 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -52,5 +51,5 @@ print "<tr $bc[1]><td width=\"240\">".$langs->trans("Version")."</td><td>".$osve
print '</table>';
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.14 $');
?>

View File

@ -13,14 +13,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/admin/system/phpinfo.php
* \brief Page des infos systeme de php
* \version $Id$
* \version $Id: phpinfo.php,v 1.19 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -122,5 +121,5 @@ if (isset($title))
print "$chaine\n"; // Ne pas centrer la reponse php car certains tableau du bas tres large rendent ceux du haut completement a droite
print "<br>\n";
llxfooter('$Date$ - $Revision$');
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.19 $');
?>

View File

@ -12,14 +12,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/admin/system/web.php
* \brief Page des infos systeme du serveur Web
* \version $Id$
* \version $Id: web.php,v 1.13 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -48,5 +47,5 @@ print "<tr $bc[1]><td>".$langs->trans("DataRootServer")."</td><td>" . DOL_DATA_R
print '</table>';
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.13 $');
?>

View File

@ -12,14 +12,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/admin/system/xcache.php
* \brief Page administration XCache
* \version $Id$
* \version $Id: xcache.php,v 1.2 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -46,7 +45,7 @@ print "<br>\n";
if (!function_exists('xcache_info'))
{
print 'XCache seems to be not installed. Function xcache_info not found.';
llxfooter('$Date$ - $Revision$');
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.2 $');
exit;
}
@ -70,5 +69,5 @@ if ($action == 'clear')
}
*/
llxfooter('$Date$ - $Revision$');
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.2 $');
?>

View File

@ -12,14 +12,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/admin/system/xdebug.php
* \brief Page administration XDebug
* \version $Id$
* \version $Id: xdebug.php,v 1.6 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@ -44,7 +43,7 @@ print "<br>\n";
if (!function_exists('xdebug_is_enabled'))
{
print 'XDebug seems to be not installed. Function xdebug_is_enabled not found.';
llxfooter('$Date$ - $Revision$');
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.6 $');
exit;
}
@ -101,5 +100,5 @@ else
}
llxfooter('$Date$ - $Revision$');
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.6 $');
?>

View File

@ -14,15 +14,14 @@
* 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/admin/taxes.php
* \ingroup tax
* \brief Page de configuration du module tax
* \version $Id$
* \version $Id: taxes.php,v 1.10 2011/07/31 22:23:24 eldy Exp $
*/
require("../main.inc.php");
@ -182,5 +181,5 @@ else
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:24 $ - $Revision: 1.10 $');
?>

View File

@ -12,14 +12,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/admin/triggers.php
* \brief Page de configuration et activation des triggers
* \version $Id$
* \version $Id: triggers.php,v 1.27 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@ -56,5 +55,5 @@ $triggers = $interfaces->getTriggersList(0);
include($template_dir.'triggers.tpl.php');
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.27 $');
?>

View File

@ -17,15 +17,14 @@
* 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/admin/user.php
* \ingroup core
* \brief Page to setup user module
* \version $Id$
* \version $Id: user.php,v 1.5 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@ -123,5 +122,5 @@ $db->close();
print '<br>';
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.5 $');
?>

View File

@ -15,15 +15,14 @@
* 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/admin/societe.php
* \ingroup company
* \brief Third party module setup page
* \version $Id$
* \version $Id: workflow.php,v 1.5 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@ -136,5 +135,5 @@ print '</table>';
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.5 $');
?>

Some files were not shown because too many files have changed in this diff Show More