##############################################################
## MOD Title: 		Zero duplicate 0.6.4 => 0.6.6 update
## MOD Author: 		dcz <n/a> http://www.phpbb-seo.com/
## MOD Description: 	This are the update steps for the phpBB SEO Zero duplicate 0.6.4 => 0.6.6 update.
## 			Check http://www.phpbb-seo.com/en/zero-duplicate/phpbb3-seo-zero-duplicate-t1220.html
## 			for the latest version or to get help with this MOD
##
## MOD Version: 	1.0
##
## Installation Level: 	Eazy
## Installation Time: 	1 Minutes
## Files To Edit: 	1
##			phpbb_seo/includes/setup_phpbb_seo.php.
##
## Included Files: n/a
##############################################################
## Author Notes:
## _____________
##
## This are the update steps for the phpBB3 SEO Zero duplicate 0.6.4 => 0.6.6 update.
##
##############################################################
## MOD History:
##
##	2010-11-30 - 1.0
##		- First version released
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################


#
#-----[ DIY INSTRUCTIONS ]--------------------------------------------------
#
_________________________________________
>>>>   INSTALLATION INSTRUCTIONS    <<<<<
_________________________________________

This update procedure is very easy and should not cause problem.

#
#-----[ OPEN ]------------------------------------------
#

phpbb_seo/includes/setup_phpbb_seo.php

#
#-----[ FIND ]------------------------------------------
#

		$this->start = '';
		return 0;
	}

#
#-----[ AFTER, ADD ]------------------------------------------
#

	/**
	* get_canonical
	* Returns the canonical url if ever built
	* Beware with ssl :
	* 	Since we want zero duplicate, the canonical element will only use https when ssl is forced
	* 	(eg set as THE server protocol in config) and will use http in other cases.
	*/
	function get_canonical() {
		return $this->sslify($this->seo_path['canonical'], $this->ssl['forced'], true);
	}

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
