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/export.inc.php
2012-06-02 11:44:17 +02:00

15 lines
290 B
PHP

<?php # $Id$
if (IN_serendipity !== true) {
die ("Don't hack!");
}
if (!is_object($serendipity['smarty'])) {
serendipity_smarty_init();
}
$tfile = dirname(__FILE__) . "/tpl/export.inc.tpl";
$serendipity['smarty']->display('file:'. $tfile);
/* vim: set sts=4 ts=4 expandtab : */