JLC Posted January 23 Share Posted January 23 Bonjour, dans prestashop il est recommandé (fortement) pour des raisons de sécurités de supprimer cela: if (Configuration::get('PS_SMARTY_CACHING_TYPE') == 'mysql') { include(_PS_CLASS_DIR_.'/SmartyCacheResourceMysql.php'); $smarty->caching_type = 'mysql'; } du fichier smarty.config.inc.php dans le dossier config. Hors après installation de la nouvelle version 1.14 de TB je vois que cette partie est toujours la! pourquoi? Perso je continu de le supprimer manuellement mais!!!! Link to comment Share on other sites More sharing options...
datakick Posted January 24 Share Posted January 24 Not necessary on 1.4.0 1 Link to comment Share on other sites More sharing options...
JLC Posted January 24 Author Share Posted January 24 thanks, so I can delete it? and why does it still in (as it' a security issue)? Link to comment Share on other sites More sharing options...
the.rampage.rado Posted January 24 Share Posted January 24 He means it's not necessary to delete it. Link to comment Share on other sites More sharing options...
datakick Posted January 24 Share Posted January 24 16 minutes ago, JLC said: thanks, so I can delete it? and why does it still in (as it' a security issue)? It's in because it is useful feature, and there is no security issue with it. Link to comment Share on other sites More sharing options...
JLC Posted January 24 Author Share Posted January 24 thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now