Changeset 237
- Timestamp:
- 01/05/07 15:18:11 (2 years ago)
- Files:
-
- branches/dsss-smi/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dsss-smi/edit.php
r236 r237 89 89 $indat = stripslashes(stripslashes($indat)); 90 90 $indat = escapeshellcmd($indat); 91 $indat = str_replace("\\\n", "\n", $indat); 91 92 $inlines = explode("\n", $indat); 92 93 foreach ($inlines as $line) {
