1
0
Fork 0
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:
Krakinou 2018-11-24 18:00:27 +01:00 committed by GitHub
parent 583c9a59de
commit b0e542c9ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>