Update of /cvsroot/leaf/src/config/webconf/var/webconf/www
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28643

Added Files:
        reboot.cgi 
Log Message:
Initial version


--- NEW FILE: reboot.cgi ---
#!/usr/bin/haserl
<? title="Linux Embedded Network Appliance"  /var/webconf/lib/preamble.sh  ?>
<!-- $Id: reboot.cgi,v 1.1 2009/01/27 12:50:04 etitl Exp $ -->

   
<? # Print out the blurb for the specific user interface
   # Preamble should have set FORM_UI for us

   UI=${FORM_UI:-"basic"}
   echo "<p>Rebooting....</p>" 

   /var/webconf/lib/footer.sh
   echo "<pre>"
   /sbin/reboot
   echo "</pre>"

?>



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to