repo.or.cz
/
ninja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avail feature updated
[ninja.git]
/
install_scripts
/
ninja_login.php
blob
f04ebb10e45b2982ab415429772fb11d18317492
1
<
?php
2
@session_name
(
'ninjasession'
);
3
session_start
();
4
$_SESSION
[
'username'
] =
$_SERVER
[
'REMOTE_USER'
];
5
header
(
'Location: /ninja/'
);
6
?
>