Changeset 395738
- Timestamp:
- 06/10/2011 09:52:14 PM (15 years ago)
- Location:
- generator-obfuscator/trunk
- Files:
-
- 2 edited
-
change_generator.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
generator-obfuscator/trunk/change_generator.php
r395698 r395738 7 7 8 8 Author: Robert Wise 9 Version: 0. 19 Version: 0.2 10 10 Author URI: http://CodeandReload.com 11 11 */ … … 20 20 */ 21 21 22 $meta_str = get_option(' wpadmin_changeGen_option');22 $meta_str = get_option('car_changeGen_options'); 23 23 24 24 switch($meta_str){ -
generator-obfuscator/trunk/readme.txt
r395706 r395738 6 6 Requires at least: 3.0 7 7 Tested up to: 3.1.3 8 Stable tag: 1.08 Stable tag: 2.0 9 9 10 10 Changes or removes the generator meta tag to confuse hacking scripts, etc., to provide a small, additional layer of security.
Note: See TracChangeset
for help on using the changeset viewer.