11 lines
223 B
PHP
11 lines
223 B
PHP
<?php
|
|
|
|
// Serendipity
|
|
// See LICENSE file for license information.
|
|
// TODO: THIS FILE IS FOR BACKWARDS COMPATIBILITY - REMOVE WHEN NO LONGER NEEDED
|
|
|
|
use Serendipity\PageGenerator;
|
|
|
|
$pg = new PageGenerator();
|
|
$pg->render();
|