14 lines
No EOL
387 B
PHP
14 lines
No EOL
387 B
PHP
<?php namespace ProcessWire;
|
|
|
|
if(!defined("PROCESSWIRE")) die();
|
|
|
|
/** @var ProcessWire $wire */
|
|
|
|
/**
|
|
* 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.
|
|
*
|
|
*/ |