Changeset 901 for trunk/contrib/lc_parse_strings.php
- Timestamp:
- 10/12/07 05:00:47 (5 years ago)
- Files:
-
- 1 modified
-
trunk/contrib/lc_parse_strings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/contrib/lc_parse_strings.php
r895 r901 1 <?php1 <?php 2 2 die("this script is disabled for security"); 3 3 … … 183 183 $data .= "//\n"; 184 184 $data .= "// Last revision: 06 september 2007\n"; 185 $data .= "// Please don ÂŽt remove this information\n";185 $data .= "// Please don´t remove this information\n"; 186 186 $data .= "// If you modify any source, please insert a comment with your name and e-mail\n"; 187 187 $data .= "//\n";
