shaun,
can you update the instruction to turn the paranoid option on? i can’t seem to find it anywhere in the forum or faq.
thanks.
Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!
shaun,
can you update the instruction to turn the paranoid option on? i can’t seem to find it anywhere in the forum or faq.
thanks.
There are a whole host of commands for Mint.. the paranoid option I don’t remember.
?paranoid doesn’t work for me! =
Open up /mint/config/db.php and add 'paranoid' => true to the config array. eg.
$Mint = new Mint (array
(
'server' => 'DB_HOST',
'username' => 'DB_LOGIN',
'password' => 'DB_PASSWORD',
'database' => 'DB_NAME',
'tblPrefix' => 'mint_',
'paranoid' => true
));
(Don’t forget the comma after the tblPrefix line.)
It prevents anyone from viewing details about your Mint install through hooks that Shaun has built in like ?observe and #Mint:Debug. If you use the option Shaun can not provide support for you while it’s enabled. So, unless you’re very paranoid, you shouldn’t worry about it.
You must be logged in to reply. Login above or create an account