praiadeseselle/site/templates/admin.php
2022-03-08 15:55:41 +01:00

16 lines
479 B
PHP

<?php namespace ProcessWire;
/**
* 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.
*
* Feel free to hook admin-specific functionality from this file,
* but remember to leave the require() statement below at the end.
*
*/
/** @var Config $config */
require($config->paths->core . "admin.php");