From 0dc0ab2d43ee96ae770282d6f338d912e593c4ec Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Thu, 13 Jun 2013 11:46:33 +0000 Subject: [PATCH] Il manquait des include('foot.php') dans certaines pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suppression d'un vieux fichiers plus utilisé --- .gitattributes | 1 - bureau/admin/adm_dodefquotas.php | 5 +--- bureau/admin/adm_dodel.php | 3 +-- bureau/admin/dom_defdel.php | 1 + bureau/admin/mail_add.php | 44 -------------------------------- bureau/admin/nowebmail.php | 3 ++- 6 files changed, 5 insertions(+), 52 deletions(-) delete mode 100644 bureau/admin/mail_add.php diff --git a/.gitattributes b/.gitattributes index 06ba1c22..2339b843 100644 --- a/.gitattributes +++ b/.gitattributes @@ -260,7 +260,6 @@ bureau/admin/js/prototype.js -text bureau/admin/login.php -text bureau/admin/logs_download.php -text bureau/admin/logs_list.php -text -bureau/admin/mail_add.php -text bureau/admin/mail_del.php -text bureau/admin/mail_doadd.php -text bureau/admin/mail_doedit.php -text diff --git a/bureau/admin/adm_dodefquotas.php b/bureau/admin/adm_dodefquotas.php index 5003a10c..401d36dd 100644 --- a/bureau/admin/adm_dodefquotas.php +++ b/bureau/admin/adm_dodefquotas.php @@ -63,8 +63,6 @@ if($action == "add") { }else{ include("head.php"); ?> - -

:

@@ -78,9 +76,8 @@ if($action == "add") { " onclick="document.location='adm_defquotas.php';" />
- - " onclick="document.location='adm_list.php';" /> - - diff --git a/bureau/admin/dom_defdel.php b/bureau/admin/dom_defdel.php index 7dbe661a..5a74a328 100644 --- a/bureau/admin/dom_defdel.php +++ b/bureau/admin/dom_defdel.php @@ -13,3 +13,4 @@ $dom->del_default_type($id); include_once("adm_doms_def_type.php"); +include_once("foot.php"); diff --git a/bureau/admin/mail_add.php b/bureau/admin/mail_add.php deleted file mode 100644 index 311569fe..00000000 --- a/bureau/admin/mail_add.php +++ /dev/null @@ -1,44 +0,0 @@ - array ("request", "integer", ""), - "mail_arg" => array ("request", "string", ""), -); -getFields($fields); -?> - - -

:

-$error

"; -} diff --git a/bureau/admin/nowebmail.php b/bureau/admin/nowebmail.php index 58338b34..a7a35e6f 100644 --- a/bureau/admin/nowebmail.php +++ b/bureau/admin/nowebmail.php @@ -25,7 +25,8 @@ require_once("../class/config.php"); require_once("head.php"); -$error="_("There is currently no webmail configured. If you need one, contact your server administrator"); +$error=_("There is currently no webmail configured. If you need one, contact your server administrator"); include("index.php"); +require_once("foot.php");