This commit is contained in:
Alan Garcia 2012-08-25 15:32:49 +00:00
parent 8c8cdf378b
commit 645431acd6
5 changed files with 2 additions and 47 deletions

2
.gitattributes vendored
View File

@ -324,9 +324,7 @@ bureau/admin/sta2_list.php -text
bureau/admin/stats_members.php -text
bureau/admin/styles/passwordStrengthMeter.css -text
bureau/admin/styles/style.css -text
bureau/admin/template.php -text
bureau/admin/trash_dateselect.php -text
bureau/admin/web_list.php -text
bureau/admin/webmail/.htaccess -text
bureau/admin/webmail/index.php -text
bureau/class/config.php -text

View File

@ -78,7 +78,7 @@ if (!empty($mails_list)) {
<h3><?php printf(_("Email addresses of the domain %s"),$domain); ?> : </h3>
<?php
if (isset($error)) {
if (isset($error) && !empty($error)) {
echo "<p class=\"error\">$error</p>";
}
?>

View File

@ -49,7 +49,7 @@ if ($q["t"] > 0 && $r["u"] > 0) {
$domlist = $mail->enum_domains();
foreach($domlist as $l => $v){
?>
<li><a href="mail_list.php?domain=<?php echo urlencode($v["domaine"]) ?>&amp;domain_id=<?php echo urlencode($v["id"]) ?>"><?php echo $v["domaine"] ?> (<?php echo $v["nb_mail"]; ?>)</a></li>
<li><a href="mail_list.php?domain_id=<?php echo urlencode($v["id"]) ?>"><?php echo $v["domaine"] ?> (<?php echo $v["nb_mail"]; ?>)</a></li>
<?php
}?>
</ul>

View File

@ -1,39 +0,0 @@
<?php
/*
$Id: template.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $
----------------------------------------------------------------------
AlternC - Web Hosting System
Copyright (C) 2002 by the AlternC Development Team.
http://alternc.org/
----------------------------------------------------------------------
Based on:
Valentin Lacambre's web hosting softwares: http://altern.org/
----------------------------------------------------------------------
LICENSE
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License (GPL)
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.
To read the license please visit http://www.gnu.org/copyleft/gpl.html
----------------------------------------------------------------------
Original Author of file:
Purpose of file:
----------------------------------------------------------------------
*/
require_once("../class/config.php");
include("head.php");
?>
<title>Administration du compte</title>
</head>
<body leftmargin="2" rightmargin="2" topmargin="2" bottommargin="2" bgcolor="#FFFFF0">
</body>
</html>

View File

@ -1,4 +0,0 @@
<?php if ($quota->cancreate("webaccess")) { ?>
<a href="hta_add.php"><?php __("Protect a folder"); ?></a><br />
<?php } ?>