File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -704,8 +704,8 @@ public function configure_apache()
704704 $ vhost_conf_enabled_dir = $ conf ['apache ' ]['vhost_conf_enabled_dir ' ];
705705
706706 copy ('tpl/apache_ispconfig.conf.master ' ,$ vhost_conf_dir .'/ispconfig.conf ' );
707- if (!@is_link ($ vhost_conf_enabled_dir ."/000 -ispconfig.conf " )) {
708- exec ("ln -s " .$ vhost_conf_dir ."/ispconfig.conf " .$ vhost_conf_enabled_dir ."/000 -ispconfig.conf " );
707+ if (!@is_link ($ vhost_conf_enabled_dir ."/001 -ispconfig.conf " )) {
708+ exec ("ln -s " .$ vhost_conf_dir ."/ispconfig.conf " .$ vhost_conf_enabled_dir ."/001 -ispconfig.conf " );
709709 }
710710
711711 }
@@ -975,8 +975,8 @@ public function install_ispconfig()
975975 //* and create the symlink
976976 if ($ this ->install_ispconfig_interface == true && $ this ->is_update == false ) {
977977 if (@is_link ("$ vhost_conf_enabled_dir/ispconfig.vhost " )) unlink ("$ vhost_conf_enabled_dir/ispconfig.vhost " );
978- if (!@is_link ("$ vhost_conf_enabled_dir/000 -ispconfig.vhost " )) {
979- exec ("ln -s $ vhost_conf_dir/ispconfig.vhost $ vhost_conf_enabled_dir/000 -ispconfig.vhost " );
978+ if (!@is_link ("$ vhost_conf_enabled_dir/002 -ispconfig.vhost " )) {
979+ exec ("ln -s $ vhost_conf_dir/ispconfig.vhost $ vhost_conf_enabled_dir/002 -ispconfig.vhost " );
980980 }
981981 }
982982
You can’t perform that action at this time.
0 commit comments