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>
|
<a href="/" title="Startseite"><strong>EmailPoubelle</strong> </a>
|
||||||
</header>
|
</header>
|
||||||
<div id="b">
|
<div id="b">
|
||||||
<article>
|
<article style="float:left">
|
||||||
<h1><?= _('Emails trash free') ?></h1>
|
|
||||||
<p><?= _('Generate trash emails without lifetime constraint') ?>. </p>
|
|
||||||
<?php
|
<?php
|
||||||
// Intégration dans votre site :
|
// Intégration dans votre site :
|
||||||
if (file_exists('../conf.php')) {
|
if (file_exists('../conf.php')) {
|
||||||
|
@ -30,6 +28,7 @@
|
||||||
include('../conf-dist.php');
|
include('../conf-dist.php');
|
||||||
}
|
}
|
||||||
include('../emailPoubelle.php');
|
include('../emailPoubelle.php');
|
||||||
|
include('../emailPoubelle.phpAdmin');
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue