artabro/wire/modules/AdminTheme/AdminThemeUikit/controller.php

16 lines
477 B
PHP
Raw Normal View History

2024-08-27 11:35:37 +02:00
<?php namespace ProcessWire;
if(!defined("PROCESSWIRE")) die();
/**
* This file is just here for backwards compatibility
*
* It is called by /site/templates/admin.php on sites running a /site/templates/ dir from before the admin
* controller was move to the /wire/core/admin.php dir.
*
* This file need not be present in new admin themes, and will eventually be removed from this theme.
*
*/
/** @var Config $config */
require($config->paths->core . "admin.php");