Mercurial
Mercurial
>
tweet_live
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
web/le-media-11_12_2018/index.php
author
ymh <ymh.work@gmail.com>
Wed, 18 Dec 2024 15:24:41 +0100
changeset 1584
257c14dae52a
parent 1494
a7adb39ecf22
permissions
-rw-r--r--
Added tag V09.006 for changeset 459a88818bec
<?php
// Permanent redirection
header
(
"HTTP/1.1 302 Found"
);
header
(
"Location: client.php"
);
exit
();