9 lines
180 B
PHP
9 lines
180 B
PHP
|
|
<?php
|
||
|
|
/*
|
||
|
|
* Spring Signage Ltd - http://www.springsignage.com
|
||
|
|
* Copyright (C) 2016 Spring Signage Ltd
|
||
|
|
* (xtr.php)
|
||
|
|
*
|
||
|
|
* This is just a wrapper for run.php
|
||
|
|
*/
|
||
|
|
require('run.php');
|