Re: [DOC-WEB] com web/doc: Added missing redirection: www/phd/index.php
[email protected] (Hannes Magnusson)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <CADNQb0UK1bfHqe-V=f8vSS6tuffjdqN9BDiYUXUhOkk4CLx4TA@mail.gmail.com> |
On Fri, Mar 21, 2014 at 11:46 PM, <[email protected]> wrote: > Commit: 94c9e85b648b58db80d766bcfe24116bc94ab5bc > Author: Sobak <[email protected]> Sat, 22 Mar 2014 07:46:32 +0100 > Parents: 64a53c0aea42e5e9ec52cb37a6982009bd31d1eb > Branches: master > > Link: http://git.php.net/?p=web/doc.git;a=commitdiff;h=94c9e85b648b58db80d766bcfe24116bc94ab5bc > > Log: > Added missing redirection > > Changed paths: > A www/phd/index.php > > > Diff: > diff --git a/www/phd/index.php b/www/phd/index.php > new file mode 100644 > index 0000000..8e4db13 > --- /dev/null > +++ b/www/phd/index.php > @@ -0,0 +1,3 @@ > +<?php > +header('location: ../phd.php'); > +die; Wouldn't this be syntax error? -Hannes