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

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

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

?>