LuckyCoinkydink/include/admin/entries_overview.inc.php
2016-01-22 18:27:11 +01:00

15 lines
247 B
PHP

<?php
if (IN_serendipity !== true) {
die ('Don\'t hack!');
}
if (!is_object($serendipity['smarty'])) {
serendipity_smarty_init();
}
echo serendipity_smarty_show('admin/entries_overview.inc.tpl');
/* vim: set sts=4 ts=4 expandtab : */