diff options
Diffstat (limited to 'demos/soap/index.php')
-rw-r--r-- | demos/soap/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/soap/index.php b/demos/soap/index.php new file mode 100644 index 00000000..009011f8 --- /dev/null +++ b/demos/soap/index.php @@ -0,0 +1,5 @@ +<?php +require_once '../../framework/prado.php'; +$application = new TApplication(); +$application->run(); +?>
\ No newline at end of file |