diff options
author | ctrlaltca <> | 2012-07-12 12:16:21 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-07-12 12:16:21 +0000 |
commit | 40ad9f8c7964355f56f73fa0c4c5db40750bc023 (patch) | |
tree | a4c472da264f6ce05025abcda38aa504a0f4fc83 /demos/soap | |
parent | 712729aa2f9b5e491e78f29b8f779f8b40a67ba4 (diff) |
more removal of ?> from php files
Diffstat (limited to 'demos/soap')
-rw-r--r-- | demos/soap/index.php | 1 | ||||
-rw-r--r-- | demos/soap/protected/pages/Home.php | 1 | ||||
-rw-r--r-- | demos/soap/protected/webservices/SimpleService.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/demos/soap/index.php b/demos/soap/index.php index 009011f8..feddb7cd 100644 --- a/demos/soap/index.php +++ b/demos/soap/index.php @@ -2,4 +2,3 @@ require_once '../../framework/prado.php'; $application = new TApplication(); $application->run(); -?>
\ No newline at end of file diff --git a/demos/soap/protected/pages/Home.php b/demos/soap/protected/pages/Home.php index a52ea384..88aca2c8 100644 --- a/demos/soap/protected/pages/Home.php +++ b/demos/soap/protected/pages/Home.php @@ -28,4 +28,3 @@ class Home extends TPage } -?>
\ No newline at end of file diff --git a/demos/soap/protected/webservices/SimpleService.php b/demos/soap/protected/webservices/SimpleService.php index ca082152..10d793f5 100644 --- a/demos/soap/protected/webservices/SimpleService.php +++ b/demos/soap/protected/webservices/SimpleService.php @@ -26,4 +26,3 @@ class SimpleService } } -?>
\ No newline at end of file |