diff options
author | Sam Ruby <rubys@php.net> | 2000-03-06 13:19:58 +0000 |
---|---|---|
committer | Sam Ruby <rubys@php.net> | 2000-03-06 13:19:58 +0000 |
commit | edb2b71387adf9c76ac4c466cee10ebf5aab8723 (patch) | |
tree | 4e3be78223b65c2fc8a86d6212a68bfbe53b1c5c /sapi | |
parent | 92943a0c3f808fe4e7664c53768783b6394df8b8 (diff) | |
download | php-git-edb2b71387adf9c76ac4c466cee10ebf5aab8723.tar.gz |
Cleanup
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/servlet/cookies.php | 4 | ||||
-rw-r--r-- | sapi/servlet/reqheaders.php | 4 | ||||
-rw-r--r-- | sapi/servlet/reqinfo.php | 4 | ||||
-rw-r--r-- | sapi/servlet/reqparams.php | 4 | ||||
-rw-r--r-- | sapi/servlet/servlet.dsw | 59 | ||||
-rw-r--r-- | sapi/servlet/sessions.php | 4 |
6 files changed, 0 insertions, 79 deletions
diff --git a/sapi/servlet/cookies.php b/sapi/servlet/cookies.php index 5ce605b525..e3e724a82e 100644 --- a/sapi/servlet/cookies.php +++ b/sapi/servlet/cookies.php @@ -4,10 +4,6 @@ <title>Cookies Example</title> </head> <body> -<a href="/examples/servlets/cookies.html"> -<img src="/examples/images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a> -<a href="/examples/servlets/index.html"> -<img src="/examples/images/return.gif" height=24 width=24 align=right border=0 alt="return"></a> <h3>Cookies Example</h3> <? diff --git a/sapi/servlet/reqheaders.php b/sapi/servlet/reqheaders.php index 97011a2166..db04aed3dc 100644 --- a/sapi/servlet/reqheaders.php +++ b/sapi/servlet/reqheaders.php @@ -4,10 +4,6 @@ <title>Request Header Example</title> </head> <body> -<a href="/examples/servlets/reqheaders.html"> -<img src="/examples/images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a> -<a href="/examples/servlets/index.html"> -<img src="/examples/images/return.gif" height=24 width=24 align=right border=0 alt="return"></a> <h3>Request Header Example</h3> <table border=0> diff --git a/sapi/servlet/reqinfo.php b/sapi/servlet/reqinfo.php index 2b96ae621c..37d453baf9 100644 --- a/sapi/servlet/reqinfo.php +++ b/sapi/servlet/reqinfo.php @@ -4,10 +4,6 @@ <title>Request Information Example</title> </head> <body bgcolor="white"> -<a href="/examples/servlets/reqinfo.html"> -<img src="/examples/images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a> -<a href="/examples/servlets/index.html"> -<img src="/examples/images/return.gif" height=24 width=24 align=right border=0 alt="return"></a> <h3>Request Information Example</h3> <table border=0><tr><td> Method: diff --git a/sapi/servlet/reqparams.php b/sapi/servlet/reqparams.php index d2fcf78051..a751e96c08 100644 --- a/sapi/servlet/reqparams.php +++ b/sapi/servlet/reqparams.php @@ -4,10 +4,6 @@ <title>Request Parameters Example</title> </head> <body bgcolor="white"> -<a href="/examples/servlets/reqparams.html"> -<img src="/examples/images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a> -<a href="/examples/servlets/index.html"> -<img src="/examples/images/return.gif" height=24 width=24 align=right border=0 alt="return"></a> <h3>Request Parameters Example</h3> Parameters in this request:<br> <?php diff --git a/sapi/servlet/servlet.dsw b/sapi/servlet/servlet.dsw deleted file mode 100644 index 7d4500b51b..0000000000 --- a/sapi/servlet/servlet.dsw +++ /dev/null @@ -1,59 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "php4dllts"=..\..\php4dllts.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "php4ts"=..\..\php4ts.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "servlet"=.\servlet.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name php4ts
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name php4dllts
- End Project Dependency
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/sapi/servlet/sessions.php b/sapi/servlet/sessions.php index 81f46045b2..3e0f2fd314 100644 --- a/sapi/servlet/sessions.php +++ b/sapi/servlet/sessions.php @@ -4,10 +4,6 @@ <title>Sessions Example</title> </head> <body> -<a href="/examples/servlets/sessions.html"> -<img src="/examples/images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a> -<a href="/examples/servlets/index.html"> -<img src="/examples/images/return.gif" height=24 width=24 align=right border=0 alt="return"></a> <h3>Sessions Example</h3> <?php |