From 5c860a763756bf1294c3c3426d6353c9759d2939 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 12 Feb 2004 00:34:45 +0000 Subject: [PATCH] =?UTF-8?q?Quelques=20modifications=20sur=20l'organisation?= =?UTF-8?q?=20du=20menu=20de=20configuration.=20Tout=20ce=20qui=20est=20mo?= =?UTF-8?q?dificable=20est=20dans=20le=20premier=20niveau=20(Configuration?= =?UTF-8?q?).=20Le=20sous=20menu=20system=20ouvre=20sur=20des=20pages=20d'?= =?UTF-8?q?info=20systeme.=20Pas=20de=20modif=20=E0=20ce=20niveau.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/system/os.php | 28 ++++++++++++++++++++++++++++ htdocs/admin/system/web.php | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 htdocs/admin/system/os.php create mode 100644 htdocs/admin/system/web.php diff --git a/htdocs/admin/system/os.php b/htdocs/admin/system/os.php new file mode 100644 index 00000000000..792f30e4448 --- /dev/null +++ b/htdocs/admin/system/os.php @@ -0,0 +1,28 @@ + + * + * 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$ + */ +require("./pre.inc.php"); + +llxHeader(); + +print "TODO"; + +llxFooter(); +?> diff --git a/htdocs/admin/system/web.php b/htdocs/admin/system/web.php new file mode 100644 index 00000000000..792f30e4448 --- /dev/null +++ b/htdocs/admin/system/web.php @@ -0,0 +1,28 @@ + + * + * 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$ + */ +require("./pre.inc.php"); + +llxHeader(); + +print "TODO"; + +llxFooter(); +?>