instant-0chan/blotter.php

6 lines
96 B
PHP

<?php
require 'config.php';
require KU_ROOTDIR . 'inc/functions.php';
echo getBlotter(true);
?>