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 [ -e /proc/cmdline ]
then
# see if user has or has not certain controller related kernel parameters
echo "/proc/cmdline: $(cat /proc/cmdline)"
fi
exit 0