diff --git a/html/user_login.php b/html/user_login.php index 07b04c3b1..268e5198f 100644 --- a/html/user_login.php +++ b/html/user_login.php @@ -1,22 +1,22 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // $Revision$ include_once ("ac_common.php"); include_once("postgres.php"); diff --git a/html/user_pref.php b/html/user_pref.php index 9932a3ed2..2b083de35 100644 --- a/html/user_pref.php +++ b/html/user_pref.php @@ -1,23 +1,23 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /* $Revision$ */ include_once ("ac_common.php"); include_once ("postgres.php"); diff --git a/html/user_sec.php b/html/user_sec.php index a01192047..94aa96266 100644 --- a/html/user_sec.php +++ b/html/user_sec.php @@ -1,22 +1,22 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /* $Revision$ */ include_once ("ac_common.php"); @@ -46,7 +46,7 @@ if ( $g_UserProperty['use_admin']== 0 ) { $cn=DbConnect(); -$User=ExecSql($cn,"select use_id,use_first_name,use_name,use_login from ac_users where use_login != 'webcompta'"); +$User=ExecSql($cn,"select use_id,use_first_name,use_name,use_login from ac_users where use_login != 'phpcompta'"); $MaxUser=pg_NumRows($User); diff --git a/html/win_detail_jrn.js b/html/win_detail_jrn.js index 1b58896cb..6f9cc66b0 100644 --- a/html/win_detail_jrn.js +++ b/html/win_detail_jrn.js @@ -1,18 +1,18 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ function viewDetail(p_value,p_sessid) diff --git a/html/win_search_jrn.js b/html/win_search_jrn.js index 2b15fa66d..6e256c005 100644 --- a/html/win_search_jrn.js +++ b/html/win_search_jrn.js @@ -1,18 +1,18 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ function SearchJrn(p_sessid) diff --git a/html/win_search_poste.js b/html/win_search_poste.js index 2f66a00b5..3461686df 100644 --- a/html/win_search_poste.js +++ b/html/win_search_poste.js @@ -1,18 +1,18 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ function SearchPoste(p_sessid) diff --git a/include/ac_common.php b/include/ac_common.php index 739d88bd6..97703bcef 100644 --- a/include/ac_common.php +++ b/include/ac_common.php @@ -1,24 +1,24 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr include_once("debug.php"); include_once("constant.php"); diff --git a/include/central_inc.php b/include/central_inc.php index 527d376d2..85e37ff38 100644 --- a/include/central_inc.php +++ b/include/central_inc.php @@ -2,24 +2,24 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /* function Centralise * Purpose : diff --git a/include/check_priv.php b/include/check_priv.php index 03da17bb9..a9cc30e5b 100644 --- a/include/check_priv.php +++ b/include/check_priv.php @@ -1,24 +1,24 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /* $Revision$ */ include_once("postgres.php"); @@ -140,7 +140,7 @@ function CheckAction ( $p_dossier,$p_login,$p_action_id) */ function CheckIsAdmin($p_user) { - if ( $p_user == 'webcompta') return 1; + if ( $p_user == 'phpcompta') return 1; $sql="select use_id from ac_users where use_login='$p_user' and use_active=1 and use_admin=1 "; $cn=DbConnect(); diff --git a/include/compta_menu.php b/include/compta_menu.php index 0d07774ff..7f2a61ecb 100644 --- a/include/compta_menu.php +++ b/include/compta_menu.php @@ -1,24 +1,24 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /* $Revision$ */ /* function c_ShowMenuComptaRight diff --git a/include/constant.php b/include/constant.php index 537b2e3b7..dcec1ef4b 100644 --- a/include/constant.php +++ b/include/constant.php @@ -2,24 +2,24 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // $Revision$ // securite correspond a la table diff --git a/include/debug.php b/include/debug.php index df3a0d1c4..309117fd2 100644 --- a/include/debug.php +++ b/include/debug.php @@ -1,25 +1,25 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr function echo_debug ($p_log) { diff --git a/include/error.php b/include/error.php index ab2fb0be4..fbe3224ce 100644 --- a/include/error.php +++ b/include/error.php @@ -1,22 +1,22 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // $Revision$ include_once("constant.php"); /* function AnalyzeError diff --git a/include/facture_inc.php b/include/facture_inc.php index 59104113d..3146c73cd 100644 --- a/include/facture_inc.php +++ b/include/facture_inc.php @@ -1,24 +1,24 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /* function * Purpose : diff --git a/include/fiche_inc.php b/include/fiche_inc.php index 8aaafdb8c..2e0e4fa09 100644 --- a/include/fiche_inc.php +++ b/include/fiche_inc.php @@ -1,23 +1,23 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // $Revision$ /* function addFiche diff --git a/include/form_inc.php b/include/form_inc.php index 4ec2fd5b9..c0e076f62 100644 --- a/include/form_inc.php +++ b/include/form_inc.php @@ -1,24 +1,24 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr //$Revision$ /* function EncodeForm diff --git a/include/impress_inc.php b/include/impress_inc.php index ccc82f6e5..f3754d374 100644 --- a/include/impress_inc.php +++ b/include/impress_inc.php @@ -1,23 +1,23 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // $Revision$ /* function ViewImp diff --git a/include/jrn.php b/include/jrn.php index 23bc4e94b..29b604b09 100644 --- a/include/jrn.php +++ b/include/jrn.php @@ -1,23 +1,23 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /* $Revision$ */ /* function RecordJrn diff --git a/include/poste.php b/include/poste.php index 655afb374..3bf971792 100644 --- a/include/poste.php +++ b/include/poste.php @@ -1,24 +1,24 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /* $Revision$ */ /* function GetPosteLibelle diff --git a/include/postgres.php b/include/postgres.php index 47e346801..099c17f95 100644 --- a/include/postgres.php +++ b/include/postgres.php @@ -1,24 +1,24 @@ //$Revision$ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ //$Revision$ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /*++ @@ -38,7 +38,7 @@ function CheckUser() $res=0; $pass5=md5($g_pass); if ( $IsValid == 1 ) { return; } - $cn=pg_connect("dbname=account_repository host=127.0.0.1 user='webcompta'"); + $cn=pg_connect("dbname=account_repository host=127.0.0.1 user='phpcompta'"); if ( $cn != false ) { $sql="select ac_users.use_login,ac_users.use_active, ac_users.use_pass from ac_users @@ -114,7 +114,7 @@ function CheckAdmin() { global $g_user,$g_pass; $res=0; - if ( $g_user != 'webcompta') { + if ( $g_user != 'phpcompta') { $pass5=md5($g_pass); $sql="select use_id from ac_users where use_login='$g_user' and use_active=1 and use_admin=1 and use_pass='$pass5'"; @@ -134,7 +134,7 @@ function CheckAdmin() { * constant.php */ function DbConnect($p_db="account_repository") { - $a=pg_connect("dbname=$p_db host=127.0.0.1 user='webcompta'"); + $a=pg_connect("dbname=$p_db host=127.0.0.1 user='phpcompta'"); echo_debug ("connect to $p_db"); return $a; } @@ -158,7 +158,7 @@ function ExecSql($p_connection, $p_string) { function GetAllUser() { echo_debug("GetUser"); $cn=DbConnect(); - $sql="select * from ac_users where use_login!='webcompta'"; + $sql="select * from ac_users where use_login!='phpcompta'"; echo_debug("ExecSql"); $Res=ExecSql($cn,$sql); $Num=pg_NumRows($Res); diff --git a/include/preference.php b/include/preference.php index 0edca8e33..d9216f74b 100644 --- a/include/preference.php +++ b/include/preference.php @@ -1,24 +1,24 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /* $Revision$ */ /* function FormPeriodeMult diff --git a/include/top_menu_compta.php b/include/top_menu_compta.php index a25445892..585e77c5f 100644 --- a/include/top_menu_compta.php +++ b/include/top_menu_compta.php @@ -1,24 +1,24 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta 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. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Auteur Dany De Bontridder ddebontridder@yahoo.fr +// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /* $Revision$ */ /* function ShowMenu @@ -115,7 +115,7 @@ function ShowMenuComptaLeft($p_dossier,$p_item) // Only for developper // A test must be added echo '