diff options
Diffstat (limited to 'buildscripts/chmbuilder/index.php')
-rw-r--r-- | buildscripts/chmbuilder/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/buildscripts/chmbuilder/index.php b/buildscripts/chmbuilder/index.php new file mode 100644 index 00000000..4330e1a9 --- /dev/null +++ b/buildscripts/chmbuilder/index.php @@ -0,0 +1,7 @@ +<?php
+include('../../framework/prado.php');
+ $app = new TApplication("classes");
+ $app->run();
+
+
+?>
\ No newline at end of file |