source: trunk/instant_messenger/bkp/instant_messenger_32/templates/default/start_script.php @ 260

Revision 260, 168 bytes checked in by niltonneto, 16 years ago (diff)
Line 
1#!/usr/bin/php5 -q
2<?php
3
4        if(trim($argv[1]) == "user")
5        {
6                exec("php -q /var/www/expresso/instant_messenger/IMManager.php &>/dev/null &");
7                set_time_limit(1);
8        }
9?>
Note: See TracBrowser for help on using the repository browser.