Ajoute un lien vers la Mailing-List pour l'admin AlternC
This commit is contained in:
parent
78bbe0ee1b
commit
41feeb943b
|
@ -97,10 +97,15 @@ if($admin->enabled) {
|
||||||
echo "<td>{$account['nom']}, {$account['prenom']}</td>";
|
echo "<td>{$account['nom']}, {$account['prenom']}</td>";
|
||||||
echo "<td>{$account['expiry']}</td></tr>\n";
|
echo "<td>{$account['expiry']}</td></tr>\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
echo "<hr/><p>";
|
||||||
|
__("You are using the AlternC Panel. You can contact the AlternC community for informations or feedback by joigning the mailing-list");
|
||||||
|
echo " <a target=_blank href='http://lists.alternc.org/listinfo/users'>users@alternc.org</a>";
|
||||||
|
echo "</p>";
|
||||||
|
} // if $admin->enabled
|
||||||
|
|
||||||
$c = $admin->get($cuid);
|
$c = $admin->get($cuid);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue