This repository has been archived on 2025-06-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

11 lines
226 B
PHP

<?php
// Lucky Coinkydink
// See LICENSE file for license information.
// TODO: THIS FILE IS FOR BACKWARDS COMPATIBILITY - REMOVE WHEN NO LONGER NEEDED
use LuckyCoin\PageGenerator;
$pg = new PageGenerator();
$pg->render();