Re: [DOC-WEB] com web/doc: Added missing redirection: www/phd/index.php
[email protected] (Maciej Sobaczewski)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
>> +<?php
>> +header('location: ../phd.php');
>> +die;
>
>
> Wouldn't this be syntax error?
>
> -Hannes
>
No, this file is correct. As die/exit is language construction, not a
function, we can ommit brackets.