mirror of
https://github.com/processwire/processwire.git
synced 2025-08-21 22:06:12 +02:00
Initial commit to new repo (carried over from: https://github.com/ryancramerdesign/ProcessWire/tree/devns)
This commit is contained in:
10
site-default/finished.php
Normal file
10
site-default/finished.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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.
|
||||
*
|
||||
*/
|
Reference in New Issue
Block a user