Changeset 1325317
- Timestamp:
- 01/10/2016 04:33:26 PM (10 years ago)
- Location:
- total-security
- Files:
-
- 4 edited
-
tags/3.3.3/modules/class-p3.php (modified) (1 diff)
-
tags/3.3.3/total-security.php (modified) (1 diff)
-
trunk/modules/class-p3.php (modified) (1 diff)
-
trunk/total-security.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
total-security/tags/3.3.3/modules/class-p3.php
r1325293 r1325317 197 197 * RunEnd 198 198 */ 199 class RunEnd extends FDX_CLASS_P3 {199 class RunEnd2 extends FDX_CLASS_P3 { 200 200 function RunEnd() { 201 201 $this->store_results(true); -
total-security/tags/3.3.3/total-security.php
r1325293 r1325317 331 331 function fdx_run_end() { 332 332 check_ajax_referer( 'fdx-scanner_scan' ); 333 $scanner = new RunEnd ();333 $scanner = new RunEnd2(); 334 334 $scanner->RunEnd(); 335 335 exit; -
total-security/trunk/modules/class-p3.php
r903302 r1325317 197 197 * RunEnd 198 198 */ 199 class RunEnd extends FDX_CLASS_P3 {199 class RunEnd2 extends FDX_CLASS_P3 { 200 200 function RunEnd() { 201 201 $this->store_results(true); -
total-security/trunk/total-security.php
r1325293 r1325317 331 331 function fdx_run_end() { 332 332 check_ajax_referer( 'fdx-scanner_scan' ); 333 $scanner = new RunEnd ();333 $scanner = new RunEnd2(); 334 334 $scanner->RunEnd(); 335 335 exit;
Note: See TracChangeset
for help on using the changeset viewer.