mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 17:54:44 +02:00
Update include file used by site/templates/admin.php in core site profiles
This commit is contained in:
@@ -12,4 +12,5 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require($config->paths->adminTemplates . 'controller.php');
|
/** @var Config $config */
|
||||||
|
require($config->paths->core . "admin.php");
|
||||||
|
@@ -12,4 +12,5 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require($config->paths->adminTemplates . 'controller.php');
|
/** @var Config $config */
|
||||||
|
require($config->paths->core . "admin.php");
|
||||||
|
@@ -12,4 +12,5 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require($config->paths->adminTemplates . 'controller.php');
|
/** @var Config $config */
|
||||||
|
require($config->paths->core . "admin.php");
|
||||||
|
@@ -11,5 +11,5 @@
|
|||||||
* but remember to leave the require() statement below at the end.
|
* but remember to leave the require() statement below at the end.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
/** @var Config $config */
|
||||||
require($config->paths->adminTemplates . 'controller.php');
|
require($config->paths->core . "admin.php");
|
||||||
|
@@ -12,4 +12,5 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require($config->paths->adminTemplates . 'controller.php');
|
/** @var Config $config */
|
||||||
|
require($config->paths->core . "admin.php");
|
||||||
|
@@ -12,4 +12,5 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require($config->paths->adminTemplates . 'controller.php');
|
/** @var Config $config */
|
||||||
|
require($config->paths->core . "admin.php");
|
||||||
|
Reference in New Issue
Block a user