/[docman2]/html/DetailPage-file.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /html/DetailPage-file.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Jul 19 21:42:59 2002 UTC (21 years, 9 months ago) by dpavlin
Branch: DbP
CVS Tags: alpha
Changes since 1.1: +0 -0 lines
File MIME type: text/html
initial import (not working)

1 <pre>
2 <? if (!is_dir($fsPath)): ?>
3 file size: <?= $fsize ?> Bytes
4 <? endif ?>
5 last modified: <B><?= $fmodified ?></B>
6 last accessed: <B><?= $faccessed ?></B>
7 owner: <B><?= $userinfo["name"] ?> [<?= $fuid ?>]</B>
8 group: <B><?= $grpinfo["name"] ?> [<?= $fgid ?>]</B>
9 permissions: <B><?= printf("%o",fileperms($fsPath)) ?></B>
10 </pre>

  ViewVC Help
Powered by ViewVC 1.1.26