Correction dans mysql.sql
This commit is contained in:
parent
ea7e998e1e
commit
ddae3d2e97
|
@ -37,6 +37,11 @@
|
||||||
et mettez votre ip dans le IF pour que seule votre ip puisse accéder au bureau :
|
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") {
|
if (getenv("REMOTE_ADDR")!="127.0.0.1") {
|
||||||
echo "Le bureau AlternC est en vacances jusqu'a minuit pour maintenance.<br>
|
echo "Le bureau AlternC est en vacances jusqu'a minuit pour maintenance.<br>
|
||||||
|
|
|
@ -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
|
`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
|
`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
|
`advanced` BOOLEAN DEFAULT TRUE, -- It's an advanced option
|
||||||
create_tmpdir BOOLEAN NOT NULL DEFAULT FALSE, -- do we create tmp 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 ?
|
`create_targetdir` BOOLEAN NOT NULL DEFAULT FALSE, -- do we create target dir ?
|
||||||
PRIMARY KEY ( `name` )
|
PRIMARY KEY ( `name` )
|
||||||
) COMMENT = 'Type of domains allowed';
|
) COMMENT = 'Type of domains allowed';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue