Changeset 3372:912a7c2f47d2 for inc/dbschema/upgrade.php
- Timestamp:
- 10/29/16 15:56:37 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/dbschema/upgrade.php
r3326 r3372 601 601 $core->con->execute( 602 602 sprintf($strReq,'csp_admin_report_only',false,'boolean','CSP Report only violations (admin)')); 603 604 # A bit of housecleaning for no longer needed files 605 $remfiles = array ( 606 'admin/js/jquery/jquery.modal.js', 607 'admin/style/modal/close.png', 608 'admin/style/modal/loader.gif', 609 'admin/style/modal/modal.css' 610 ); 611 $remfolders = array ( 612 'admin/style/modal' 613 ); 614 615 foreach ($remfiles as $f) { 616 @unlink(DC_ROOT.'/'.$f); 617 } 618 foreach ($remfolders as $f) { 619 @rmdir(DC_ROOT.'/'.$f); 620 } 603 621 } 604 622
Note: See TracChangeset
for help on using the changeset viewer.