short doc/INSTALL text added and var/conf.php reformatted
This commit is contained in:
parent
5a49ab5223
commit
53d1e15b44
3 changed files with 47 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
<?
|
||||
header("Content-type: text/plain");
|
||||
$gid = posix_getgid();
|
||||
# $gid = posix_getgid();
|
||||
$egid = posix_getegid();
|
||||
$info = posix_getgrgid($egid);
|
||||
echo $info['name'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue