Database Backups Location
-
Hey guys,
I’m using iThemes Security Version 4.2.6 and the database backups location does not seem to be updated correctly when saving a new path. It does update the itsec_backup option value in the wp_options database table, but whenever I try to dump $itsec_globals[‘ithemes_backup_dir’], all I get is the default value set in:
better-wp-security/core/class-itsec-core.php
line 89:
'ithemes_backup_dir' => $upload_dir['basedir'] . '/ithemes-security/backups',
Changing this line of code for something like this works:
'ithemes_backup_dir' => '/var/www/backups',
Any idea why this variable never gets overriden when saving changes?
Thanks alot for your time!
- The topic ‘Database Backups Location’ is closed to new replies.