summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/index700.php
blob: a49485d6e8b49c71d5c6d460ab9427fc4c4a6d1f (plain)
1
2
3
4
5
6
<?php

require_once(dirname(__FILE__).'/../../../framework/prado.php');

$app=new TApplication('protected700/application.xml');
$app->run();