diff options
author | wei <> | 2007-01-14 02:10:24 +0000 |
---|---|---|
committer | wei <> | 2007-01-14 02:10:24 +0000 |
commit | 45b0fe42a979d444d547a5248eb2e9e915aaf16a (patch) | |
tree | 2480dae3350e4a70949956c41984cceb8dce3efc /buildscripts/chmbuilder | |
parent | 898049a4012eaecd99e7a418726215e656677809 (diff) |
Add "block-content" to allow user comments on block level elements in quickstart docs.
Diffstat (limited to 'buildscripts/chmbuilder')
-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 |