_("Your account"))); dual_begin(array()); print("

" . _("Home") . " / " . _("Your account") . "

\n"); print("

" . _("You have not authenticated yourself to the system yet with your") . " " . _("username") . " " . _("and") . " " . _("password") . ". " . _("You will not be able to use this section of the website without authenticating yourself first. So, please continue and login using the form on the right hand side.") . "

\n"); dual_middle(array()); show_account_details(array()); dual_end(array()); generic_footer(array()); exit; } if ($action == "Shutdown") { if ((!isset($delay)) || ($delay < 0)) $delay = 0; $shutdowncommand = "/usr/bin/sudo /sbin/shutdown "; if ($fsck == "on") $shutdowncommand .= " -F"; // else // $shutdowncommand .= " -f"; if ($shutdowntype == "reboot") $shutdowncommand .= " -r"; else $shutdowncommand .= " -h"; $shutdowncommand .= " +" . $delay; generic_header(array("title" => _("Administration Section"))); single_begin(array()); print("

 

\n"); print("

" . _("Shutting down the system...") . "

\n"); print("

Please stand by.

\n"); single_end(array()); generic_footer(array()); exec($shutdowncommand); exit; } generic_header(array("title" => _("Administration Section"))); single_begin(array()); print("

" . _("Home") . " / " . _("Administration Section") . "

\n"); ?>

Welcome Administrator. The following are various system information and preferences, arranged into tabs. Please click on a tab to open up that category.

Shutdown the system\n"); print("
\n"); print("
\n"); print("\n"); print("\n"); print("\t\n"); print("\t\n"); print("\n"); print("\n"); print("\t\n"); print("\t\n"); print("\n"); print("\n"); print("\t\n"); print("\n"); print("\n"); print("\t\n"); print("\n"); print("
Shutdown type Shutdown and halt
\n"); print("\t Reboot
Delay before shutdown  minutes
  Check filesystems on startup
\n"); print("
\n"); print("
\n"); nested_tab_end(); single_end(array()); generic_footer(array()); ?>