summaryrefslogtreecommitdiff
path: root/buildscripts/chmbuilder/index.php
diff options
context:
space:
mode:
authorwei <>2007-01-14 02:10:24 +0000
committerwei <>2007-01-14 02:10:24 +0000
commit45b0fe42a979d444d547a5248eb2e9e915aaf16a (patch)
tree2480dae3350e4a70949956c41984cceb8dce3efc /buildscripts/chmbuilder/index.php
parent898049a4012eaecd99e7a418726215e656677809 (diff)
Add "block-content" to allow user comments on block level elements in quickstart docs.
Diffstat (limited to 'buildscripts/chmbuilder/index.php')
-rw-r--r--buildscripts/chmbuilder/index.php7
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