| Current Path : /proc/1412127/root/webspace/www.saveursetterroir.be/html/modules/CGSmartImage/ |
| Current File : //proc/1412127/root/webspace/www.saveursetterroir.be/html/modules/CGSmartImage/method.upgrade.php |
<?php
if( version_compare(phpversion(),'5.4.11') < 0 ) {
return "Minimum PHP version of 5.4.11 required";
}
$cache_path = $this->GetPreference('cache_path');
if( !$cache_path || startswith($cache_path,'/') ) {
$cache_path = 'uploads/_CGSmartImage';
$this->SetPreference('cache_path',$cache_path);
audit('',$this->GetName(),'Invalid cache path reset to uploads/_CGSmartImage on upgrade');
}
?>