source: trunk/instant_messenger/bkp/instant_messenger_64/templates/default/stop_script.php @ 151

Revision 151, 84 bytes checked in by niltonneto, 16 years ago (diff)

Commit da nova versão do módulo, usando agente em C.
Vide Página do módulo do Trac:
http://www.expressolivre.org/dev/wiki/messenger

A versão anterior encontra-se na subpasta bkp (32/64).

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.