ftimme
2011-09-23 793622bd474ede7197389fa3c1547840f4168c39
- Fixed another syntax error in the SQL dump.
1 files modified
2 ■■■ changed files
install/sql/ispconfig3.sql 2 ●●● patch | view | raw | blame | history
install/sql/ispconfig3.sql
@@ -1511,7 +1511,7 @@
  `allow_override` varchar(255) NOT NULL default 'All',
  `apache_directives` mediumtext,
  `nginx_directives` mediumtext,
  `php_fpm_use_socket` ENUM('n','y') NOT NULL DEFAULT 'n'
  `php_fpm_use_socket` ENUM('n','y') NOT NULL DEFAULT 'n',
  `php_open_basedir` mediumtext,
  `custom_php_ini` mediumtext,
  `backup_interval` VARCHAR( 255 ) NOT NULL DEFAULT 'none',