/[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

Annotation of /html/DetailPage-file.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Jul 19 21:42:59 2002 UTC (21 years, 10 months ago) by dpavlin
Branch: MAIN
Branch point for: DbP
File MIME type: text/html
Initial revision

1 dpavlin 1.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