diff options
Diffstat (limited to 'demos/soap/protected')
-rw-r--r-- | demos/soap/protected/pages/Home.php | 1 | ||||
-rw-r--r-- | demos/soap/protected/webservices/SimpleService.php | 1 |
2 files changed, 0 insertions, 2 deletions
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 |