summaryrefslogtreecommitdiff
path: root/demos/hangman/index.php
blob: af488b0a690a6b026110e0a9c63944e73ed73b3e (plain)
1
2
3
4
5
6
7
8
<?php

$basePath=dirname(__FILE__);
require_once($basePath.'/../../framework/prado.php');
$application=new TApplication($basePath.'/protected/data/application.xml');
$application->run();

?>