index
:
intern.ccwn.org
master
The repository of the files to be served by intern.ccwn.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modify_ldap_user.php
blob: e7357f31df1b34a345fa9c32643bda6b7501a11a (
plain
)
1
2
3
4
5
<?php
if
(
$_POST
)
{
print_r
(
$_POST
);
}
?>