🔥 only bludit can use bludit pro

Make bludit the better choice for people wanting the additionnal features
This commit is contained in:
Kazhnuz 2025-01-18 09:09:47 +01:00
parent 9e8607ca8e
commit 12afb94516
2 changed files with 2 additions and 10 deletions

View file

@ -8,12 +8,8 @@ echo '
';
echo '<tr>';
echo '<td>Bludit Edition</td>';
if (defined('KOBLOG_PRO')) {
echo '<td>PRO - '.$L->g('Thanks for supporting Bludit').' <span class="fa fa-heart" style="color: #ffc107"></span></td>';
} else {
echo '<td>Standard - <a target="_blank" href="https://pro.bludit.com">'.$L->g('Upgrade to Bludit PRO').'</a></td>';
}
echo '<td>Engine</td>';
echo '<td>KOBLOG</td>';
echo '</tr>';
echo '<tr>';

View file

@ -122,10 +122,6 @@ include(PATH_HELPERS . 'tcp.class.php');
include(PATH_HELPERS . 'dom.class.php');
include(PATH_HELPERS . 'cookie.class.php');
if (file_exists(PATH_KERNEL . 'koblog.pro.php')) {
include(PATH_KERNEL . 'koblog.pro.php');
}
// Objects
$pages = new Pages();
$users = new Users();