fixate/pw-mvc-boilerplate

View on GitHub
admin.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * Admin template just loads the admin application controller,
 * and admin is just an application built on top of ProcessWire.
 *
 * This demonstrates how you can use ProcessWire as a front-end to another application.
 *
 * Leave this file as-is, do not remove.
 */
require $config->paths->adminTemplates.'controller.php';