summaryrefslogtreecommitdiff
path: root/demos/helloworld
diff options
context:
space:
mode:
authorctrlaltca <>2012-07-12 12:16:21 +0000
committerctrlaltca <>2012-07-12 12:16:21 +0000
commit40ad9f8c7964355f56f73fa0c4c5db40750bc023 (patch)
treea4c472da264f6ce05025abcda38aa504a0f4fc83 /demos/helloworld
parent712729aa2f9b5e491e78f29b8f779f8b40a67ba4 (diff)
more removal of ?> from php files
Diffstat (limited to 'demos/helloworld')
-rw-r--r--demos/helloworld/index.php1
-rw-r--r--demos/helloworld/protected/pages/Home.php1
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