mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 02:04:35 +02:00
Initial commit to new repo (carried over from: https://github.com/ryancramerdesign/ProcessWire/tree/devns)
This commit is contained in:
13
wire/templates-admin/controller.php
Normal file
13
wire/templates-admin/controller.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php namespace ProcessWire;
|
||||
|
||||
/**
|
||||
* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
require($config->paths->core . "admin.php");
|
Reference in New Issue
Block a user