1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/include/admin/entries_overview.inc.php

15 lines
254 B
PHP

<?php # $Id$
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 : */