1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-28 17:10:04 +02:00
Files
processwire/site-blank/finished.php
2022-03-08 14:25:40 -05:00

14 lines
380 B
PHP

<?php namespace ProcessWire;
if(!defined("PROCESSWIRE")) die();
/** @var Wire $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.
*
*/