Changeset 637565
- Timestamp:
- 12/12/2012 08:40:09 AM (13 years ago)
- Location:
- 6scan-protection/trunk
- Files:
-
- 2 edited
-
data/regpage/reg.html (modified) (4 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
6scan-protection/trunk/data/regpage/reg.html
r634499 r637565 159 159 160 160 161 . button161 .sixbutton 162 162 { 163 163 -moz-border-radius: 6px; … … 176 176 } 177 177 178 button::-moz-focus-inner178 sixbutton::-moz-focus-inner 179 179 { 180 180 border: 0 none; … … 194 194 195 195 196 . button span196 .sixbutton span 197 197 { 198 198 -o-border-radius: 5px; … … 326 326 <div id='submit_button_div'> 327 327 <p> 328 <button type="submit" class=" button blue medium"><span>Scan Now</span></button>328 <button type="submit" class="sixbutton blue medium"><span>Scan Now</span></button> 329 329 </p> 330 330 </div> -
6scan-protection/trunk/readme.txt
r634376 r637565 4 4 Tags: security,secure,wordpress security,firewall,antivirus,security plugin,securty,protection,anti-hack,hack,scan,exploit,anti-virus 5 5 Requires at least: 3.0.0 6 Tested up to: 3. 4.26 Tested up to: 3.5 7 7 Stable tag: trunk 8 8 … … 293 293 294 294 = 2.3.0 = 295 *) Fixed a bug during install with wp_filesystem() 296 *) When user clicks "Activation" he sees a local page with terms, textbox for his email address and an "Install" button. Registration data (user's email and url) will be passed to 6Scan server only after user clicks Install. 295 * Fixed a bug during install with wp_filesystem() 296 * When user clicks "Activation" he sees a local page with terms, textbox for his email address and an "Install" button. Registration data (user's email and url) will be passed to 6Scan server only after user clicks Install. 297 * Supports Wordpress 3.5 297 298 298 299 … … 305 306 * Login security to stop brute-force and dictionary attacks. 306 307 * Automatic scheduled backups, stored in our secure datacenter. 308 * Supports latest Wordpress
Note: See TracChangeset
for help on using the changeset viewer.