Navigation Menu

Skip to content

Commit

Permalink
MDL-27398 mod_chat Adding CLI_SCRIPT to chat daemon
Browse files Browse the repository at this point in the history
Credit to Jorge Villalon
  • Loading branch information
David Monllao committed Sep 10, 2012
1 parent 71e12dc commit 879c31c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod/chat/chatd.php
@@ -1,6 +1,8 @@
#!/usr/bin/php -q #!/usr/bin/php -q
<?php <?php


define('CLI_SCRIPT', true);

// Browser quirks // Browser quirks
define('QUIRK_CHUNK_UPDATE', 0x0001); define('QUIRK_CHUNK_UPDATE', 0x0001);


Expand Down

0 comments on commit 879c31c

Please sign in to comment.