You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (empty($retval)) die ("ISPConfig requieres which \n");
149
151
150
152
swriteln($inst->lng(' Following will be a few questions for primary configuration so be careful.'));
151
-
swriteln($inst->lng(' Default values are in [brackets] and can be accepted with <ENTER>.'));
152
-
swriteln($inst->lng(' Tap in "quit" (without the quotes) to stop the installer.'."\n\n"));
153
+
swriteln($inst->lng(' Default values are in <strong>[brackets]</strong> and can be accepted with <em><ENTER></em>.'));
154
+
swriteln($inst->lng(' Tap in "<em>quit</em>" (without the quotes) to stop the installer.'."\n\n"));
153
155
154
156
//** Check log file is writable (probably not root or sudo)
155
157
if(!is_writable(dirname(ISPC_LOG_FILE))){
156
-
die("ERROR: Cannot write to the ".dirname(ISPC_LOG_FILE)." directory. Are you root or sudo ?\n\n");
158
+
die(PXBashColor::getString("<strong><red>[ERROR]</red></strong> Cannot write to the ".dirname(ISPC_LOG_FILE)." directory. Are you root or sudo ?\n\n"));
0 commit comments