diff options
Diffstat (limited to 'demos/helloworld')
-rw-r--r-- | demos/helloworld/index.php | 1 | ||||
-rw-r--r-- | demos/helloworld/protected/pages/Home.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/demos/helloworld/index.php b/demos/helloworld/index.php index 6efff1af..0192f1cb 100644 --- a/demos/helloworld/index.php +++ b/demos/helloworld/index.php @@ -15,4 +15,3 @@ require_once($frameworkPath); $application=new TApplication; $application->run(); -?>
\ No newline at end of file diff --git a/demos/helloworld/protected/pages/Home.php b/demos/helloworld/protected/pages/Home.php index 36eb2032..ab85282f 100644 --- a/demos/helloworld/protected/pages/Home.php +++ b/demos/helloworld/protected/pages/Home.php @@ -8,4 +8,3 @@ class Home extends TPage } } -?>
\ No newline at end of file |