Changeset 236
- Timestamp:
- 01/05/07 15:15:03 (2 years ago)
- Files:
-
- branches/dsss-smi/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dsss-smi/edit.php
r226 r236 49 49 50 50 <pre> 51 <?PHP 52 if ($_POST['pkg'] == "privileges") { 53 print "Registered users:\n"; 54 foreach (array_keys($pws) as $nam) { 55 print "$nam\n"; 56 } 57 } else { 58 ?> 51 59 Format: name protocol/format source [patch] 52 60 svn: … … 58 66 or 59 67 directory:patchfile 68 <?PHP } ?> 60 69 </pre><br> 61 70 <textarea name='cont' rows=10 cols=120><?PHP
