short doc/INSTALL text added and var/conf.php reformatted

This commit is contained in:
tomas 2004-10-26 23:10:13 +00:00
parent 5a49ab5223
commit 53d1e15b44
3 changed files with 47 additions and 29 deletions

View file

@ -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'];