diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-15 19:03:29 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-23 12:26:19 +0200 |
commit | 21a909f819cc340564770ea63e383ee6013fc167 (patch) | |
tree | c166c5281154520b5c144271385dfa7214099c19 /demos/blog-tutorial/protected/pages/Day1/Setup.page | |
parent | 28f0d29a861f9af01dd289e614ac0b9f0ee18b38 (diff) |
Removed ?> from buildscripts and demos
Diffstat (limited to 'demos/blog-tutorial/protected/pages/Day1/Setup.page')
-rwxr-xr-x | demos/blog-tutorial/protected/pages/Day1/Setup.page | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/blog-tutorial/protected/pages/Day1/Setup.page b/demos/blog-tutorial/protected/pages/Day1/Setup.page index e8316253..582d0399 100755 --- a/demos/blog-tutorial/protected/pages/Day1/Setup.page +++ b/demos/blog-tutorial/protected/pages/Day1/Setup.page @@ -52,7 +52,6 @@ require_once('path/to/prado.php'); $application = new TApplication;
// run the application and handle user requests
$application->run();
-?>
</com:TTextHighlighter>
<com:InfoBox>
@@ -148,8 +147,8 @@ To change the location of the root page directory and change the name of homepag <?xml version="1.0" encoding="utf-8"?>
<application id="blog" mode="Debug">
<services>
- <service id="page"
- class="TPageService"
+ <service id="page"
+ class="TPageService"
BasePath="path.to.pages"
DefaultPage="NewHome"
/>
|