- Timestamp:
- Sep 30, 2006, 11:37:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/toilet.html
r1166 r1167 46 46 47 47 <? $submit = $_POST['submit']; 48 $text = substr($_POST['text'], 30);48 $text = substr($_POST['text'], 0, 30); 49 49 $font = $_POST['font']; 50 50 $fontlist = array('emboss', 'emboss2', 'smbraille');
Note: See TracChangeset
for help on using the changeset viewer.