source: companies/serpro/instant_messenger/templates/default/stop_script.php @ 903

Revision 903, 84 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1#!/usr/bin/php5 -q
2<?php
3
4        exec("killall php >/dev/null &");
5        set_time_limit(1);
6?>
Note: See TracBrowser for help on using the repository browser.