Your IP : 216.73.216.5


Current Path : /home/theafprt/conviviality360.com/wp-content/plugins/backup-1740598791/includes/
Upload File :
Current File : /home/theafprt/conviviality360.com/wp-content/plugins/backup-1740598791/includes/Installer.php

<?php
namespace Simple301Redirects;

class Installer {
    
    public function migrate()
    {
        $this->set_version_number();
    }

    public function set_version_number()
    {
        if (get_option('simple301redirects_version') != SIMPLE301REDIRECTS_VERSION) {
			update_option('simple301redirects_version', SIMPLE301REDIRECTS_VERSION);
		}
    }
}