Correction dans mysql.sql

This commit is contained in:
Alan Garcia 2012-10-31 12:45:14 +00:00
parent ea7e998e1e
commit ddae3d2e97
2 changed files with 7 additions and 2 deletions

View File

@ -37,6 +37,11 @@
et mettez votre ip dans le IF pour que seule votre ip puisse accéder au bureau :
*/
/* * /
// To enable dispay of PHP errors
ini_set('display_errors', true);
/* */
/* * /
if (getenv("REMOTE_ADDR")!="127.0.0.1") {
echo "Le bureau AlternC est en vacances jusqu'a minuit pour maintenance.<br>

View File

@ -495,8 +495,8 @@ CREATE TABLE IF NOT EXISTS `domaines_type` (
`only_dns` BOOLEAN DEFAULT FALSE, -- Update_domains modify just the dns, no web configuration
`need_dns` BOOLEAN DEFAULT TRUE, -- The server need to be the DNS to allow this service
`advanced` BOOLEAN DEFAULT TRUE, -- It's an advanced option
create_tmpdir BOOLEAN NOT NULL DEFAULT FALSE, -- do we create tmp dir ?
create_targetdir BOOLEAN NOT NULL DEFAULT FALSE, -- do we create target dir ?
`create_tmpdir` BOOLEAN NOT NULL DEFAULT FALSE, -- do we create tmp dir ?
`create_targetdir` BOOLEAN NOT NULL DEFAULT FALSE, -- do we create target dir ?
PRIMARY KEY ( `name` )
) COMMENT = 'Type of domains allowed';