Browse Source

remove \r

walkor 11 năm trước cách đây
mục cha
commit
5525181684
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      workerman/bin/workermand

+ 1 - 1
workerman/bin/workermand

@@ -5,7 +5,7 @@ ini_set('display_errors', 'on');
 ini_set('limit_memory','512M');
 ini_set('opcache.enable', false);
 date_default_timezone_set('Asia/Shanghai');
-
+ 
 if(empty($argv[1]))
 {
     echo "Usage: workermand {start|stop|restart|reload|kill|status}".PHP_EOL;