Support

Documentation

🚨 This documentation page is obsolete 🚨

This is a historical version of our documentation which does not apply to the current versions of our software.

Please consult our documentation index to find the correct version of the documentation. Newer versions of the documentation are listed towards the top of that page.

The handlers section

Required: No; this section is optional

Scope: This section allows you to execute arbitrary PHP code after the site's restoration is complete. This lets you perform more complex post-restoration actions than possible by simply extracting files (see the extrafiles section) or running SQL scripts (see the extrasql section)

If you do not wish to make use of this feature, you should not include this section at all in your XML file.

This section can consist of any number of <handler> tags. Each tag contains the absolute or relative (to the current working directory) path to the PHP script.

Read about how handler files work.