From 02a669076322222766c7756712bf326d80293f5e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Jun 2006 23:05:24 +0000 Subject: [PATCH] Fix: Suppression fichiers obsoletes --- htdocs/admin/system/pear.php | 48 --------------------------- htdocs/admin/system/pear_packages.php | 47 -------------------------- 2 files changed, 95 deletions(-) delete mode 100644 htdocs/admin/system/pear.php delete mode 100644 htdocs/admin/system/pear_packages.php diff --git a/htdocs/admin/system/pear.php b/htdocs/admin/system/pear.php deleted file mode 100644 index 87698463bef..00000000000 --- a/htdocs/admin/system/pear.php +++ /dev/null @@ -1,48 +0,0 @@ - - * Copyright (C) 2004 Laurent Destailleur - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program 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 this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ - */ - -/** \file htdocs/admin/system/pear.php - \brief Page des infos système de PEAR - \version $Revision$ - \deprecated - \todo delete file -*/ - -require("./pre.inc.php"); - -$langs->load("admin"); - -if (!$user->admin) - accessforbidden(); - - -llxHeader(); - -// \todo -print $langs->trans("NotYetAvailable"); - -//include_once "PEAR/Info.php"; -//$info = new PEAR_Info(); -//$info->getConfig(); - -llxFooter(); -?> diff --git a/htdocs/admin/system/pear_packages.php b/htdocs/admin/system/pear_packages.php deleted file mode 100644 index 058f08d8d84..00000000000 --- a/htdocs/admin/system/pear_packages.php +++ /dev/null @@ -1,47 +0,0 @@ - - * Copyright (C) 2004 Laurent Destailleur - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program 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 this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ - */ - -/** \file htdocs/admin/system/pear_packages.php - \brief Page des infos système des packages PEAR - \version $Revision$ - \deprecated - \todo delete file -*/ - -require("./pre.inc.php"); - -$langs->load("admin"); - -if (!$user->admin) - accessforbidden(); - - -llxHeader(); - -// \todo Afficher info PEAR -print $langs->trans("NotYetAvailable"); - -//$info = new PEAR_Info(); -//$info->getPackages(); - -llxFooter(); -?>