source: trunk/instant_messenger/templates/default/start_script.php @ 68

Revision 68, 131 bytes checked in by niltonneto, 17 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1#!/usr/bin/php5 -q
2<?php
3       
4        exec("php -q /var/www/expresso/instant_messenger/IMManager.php &>/dev/null &");
5        set_time_limit(1);
6?>
Note: See TracBrowser for help on using the repository browser.