mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 16:54:44 +02:00
10 lines
320 B
PHP
10 lines
320 B
PHP
<?php namespace ProcessWire;
|
|
|
|
/**
|
|
* ProcessWire Request Finished
|
|
* ============================
|
|
* This finished.php file is called after ProcessWire has finished serving the current
|
|
* request. This occurs after the current page has been rendered. This file receives a
|
|
* copy of all ProcessWire API variables.
|
|
*
|
|
*/ |