All pastes #417482 Raw Edit

shutdown using PHP

public php v1 · immutable
#417482 ·published 2007-03-30 22:02 UTC
rendered paste body
#!/usr/local/bin/php -f<?php// include all functionsrequire_once("globals.inc");require_once("functions.inc");require_once("util.inc");// Start the shutdownsystem_halt();?>