Changeset 45285
- Timestamp:
- 05/11/08 18:44:14 (2 months ago)
- Files:
-
- wp-security-scan/trunk/database.php (modified) (1 diff)
- wp-security-scan/trunk/readme.txt (modified) (1 diff)
- wp-security-scan/trunk/securityscan.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-security-scan/trunk/database.php
r44480 r45285 53 53 } 54 54 if (!isset($rightsenough) && $rightsenough != true) { 55 exit('<font color="#ff0000">Your User which is used to access your Wordpress Tables/Database, hasn\'t enough rights( is missing ALTER-right) to alter your Tablestructure. Please visit the plugin <a href="http://semperfiwebdesign.com/documentation/wp-security-scan/change-wordpress-database-table-name-prefix/" target=_blank">documentation</a> for more information. <br />');55 exit('<font color="#ff0000">Your User which is used to access your Wordpress Tables/Database, hasn\'t enough rights( is missing ALTER-right) to alter your Tablestructure. Please visit the plugin <a href="http://semperfiwebdesign.com/documentation/wp-security-scan/change-wordpress-database-table-name-prefix/" target=_blank">documentation</a> for more information. If you believe you have alter rights, please <a href="http://semperfiwebdesign.com/contact/">contact</a> the plugin author for assistance.<br />'); 56 56 } 57 57 if (isset($rightstomuch) && $rightstomuch === true) { wp-security-scan/trunk/readme.txt
r44489 r45285 4 4 Tags: security, securityscan, chmod, permissions, admin, administration, authentication, database, dashboard, post, notification, password, plugin, posts 5 5 plugins, private, protection, tracking, wordpress 6 Requires at least: 2. 06 Requires at least: 2.3 7 7 Tested up to: 2.6bleeding 8 Stable tag: 2.2.6 38 Stable tag: 2.2.64 9 9 10 10 Scans your WordPress installation for security vulnerabilities. wp-security-scan/trunk/securityscan.php
r44489 r45285 5 5 Description: Perform security scan of WordPress installation. 6 6 Author: Michael Torbert 7 Version: 2.2.6 37 Version: 2.2.64 8 8 Author URI: http://semperfiwebdesign.com/ 9 9 */
