mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Integration AdminPanel
This commit is contained in:
parent
583c9a59de
commit
b0e542c9ab
1 changed files with 3 additions and 4 deletions
|
@ -19,9 +19,7 @@
|
|||
<a href="/" title="Startseite"><strong>EmailPoubelle</strong> </a>
|
||||
</header>
|
||||
<div id="b">
|
||||
<article>
|
||||
<h1><?= _('Emails trash free') ?></h1>
|
||||
<p><?= _('Generate trash emails without lifetime constraint') ?>. </p>
|
||||
<article style="float:left">
|
||||
<?php
|
||||
// Intégration dans votre site :
|
||||
if (file_exists('../conf.php')) {
|
||||
|
@ -29,7 +27,8 @@
|
|||
} else {
|
||||
include('../conf-dist.php');
|
||||
}
|
||||
include('../emailPoubelle.php');
|
||||
include('../emailPoubelle.php');
|
||||
include('../emailPoubelle.phpAdmin');
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue