Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
#!/bin/sh
if ! [ "$NEW_INSTALL" ]; then
exit 3
fi
/usr/lib/tasksel/tests/desktop
ret=$?
case $ret in
0|2) # is desktop
exit 3 # not server
;;
*)
exit 2 # likely is server
;;
esac