Changeset 3324:97f1652d6e7f for inc
- Timestamp:
- 08/24/16 14:54:50 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/dbschema/upgrade.php
r3314 r3324 540 540 } 541 541 542 if (version_compare($version,'2.10','< ='))542 if (version_compare($version,'2.10','<')) 543 543 { 544 544 @unlink(DC_ROOT.'/'.'admin/js/jsUpload/vendor/jquery.ui.widget.js'); … … 590 590 } 591 591 592 if (version_compare($version,'2.11','<')) 593 { 594 // Remove the CSP report file from it's old place 595 @unlink(DC_ROOT.'/admin/csp_report.txt'); 596 } 597 592 598 $core->setVersion('core',DC_VERSION); 593 599 $core->blogDefaults();
Note: See TracChangeset
for help on using the changeset viewer.